Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/windows/
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> { impl
Derror.rs15 OverlappedSource(#[from] super::overlapped_source::Error), enumerator