Home
last modified time | relevance | path

Searched defs:HandleSource (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dhandle_source.rs119 pub struct HandleSource<F: AsRawDescriptor> { struct
125 impl<F: AsRawDescriptor> HandleSource<F> { argument
176 impl<F: AsRawDescriptor> HandleSource<F> { impl
H A Derror.rs13 HandleSource(#[from] super::handle_source::Error), enumerator