Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Doverlapped_source.rs86 pub struct OverlappedSource<F: AsRawDescriptor> { struct
88 reg_source: RegisteredOverlappedSource, argument
93 impl<F: AsRawDescriptor> OverlappedSource<F> { argument
144 impl<F: AsRawDescriptor> OverlappedSource<F> { implementation
H A Derror.rs15 OverlappedSource(#[from] super::overlapped_source::Error), enumerator