Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
During_source.rs41 pub struct UringSource<F: AsRawFd> { struct
46 impl<F: AsRawFd> UringSource<F> { impl
63 impl<F: AsRawFd> crate::ReadAsync for UringSource<F> { implementation
143 impl<F: AsRawFd> crate::WriteAsync for UringSource<F> { implementation
201 impl<F: AsRawFd> crate::IoSourceExt<F> for UringSource<F> { implementation
218 impl<F: AsRawFd> Deref for UringSource<F> { implementation
226 impl<F: AsRawFd> DerefMut for UringSource<F> { implementation