Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A During_source.rs23 pub struct UringSource<F: AsRawDescriptor> { struct
28 impl<F: AsRawDescriptor> UringSource<F> { argument
176 impl<F: AsRawDescriptor> Deref for UringSource<F> { implementation
184 impl<F: AsRawDescriptor> DerefMut for UringSource<F> { implementation