pub struct FdSlot(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for FdSlot
impl !Sync for FdSlot
impl Freeze for FdSlot
impl RefUnwindSafe for FdSlot
impl Unpin for FdSlot
impl UnsafeUnpin for FdSlot
impl UnwindSafe for FdSlot
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