pub struct FixedFd { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedFd
impl RefUnwindSafe for FixedFd
impl Send for FixedFd
impl Sync for FixedFd
impl Unpin for FixedFd
impl UnsafeUnpin for FixedFd
impl UnwindSafe for FixedFd
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