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