Enum cros_async::sys::linux::tokio_source::FdType
source · enum FdType {
Async(AsyncFd<Arc<OwnedFd>>),
Blocking(Arc<OwnedFd>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FdType
impl Send for FdType
impl Sync for FdType
impl Unpin for FdType
impl !UnwindSafe for FdType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more