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