pub struct SmolFD<T: AsRawFd + AsFd + Send + Sync + 'static>(/* private fields */);Expand description
Associate type for SmolRT
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SmolFD<T>where
T: Freeze,
impl<T> RefUnwindSafe for SmolFD<T>where
T: RefUnwindSafe,
impl<T> Send for SmolFD<T>
impl<T> Sync for SmolFD<T>
impl<T> Unpin for SmolFD<T>
impl<T> UnsafeUnpin for SmolFD<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for SmolFD<T>where
T: UnwindSafe,
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