pub struct Fd(/* private fields */);
Expand description
An owned file descriptor. Will be automatically closed on drop.
Implementations§
Trait Implementations§
Source§impl Ord for Fd
impl Ord for Fd
Source§impl PartialOrd for Fd
impl PartialOrd for Fd
Source§impl Write for Fd
impl Write for Fd
impl Eq for Fd
impl StructuralPartialEq for Fd
Auto Trait Implementations§
impl Freeze for Fd
impl RefUnwindSafe for Fd
impl Send for Fd
impl Sync for Fd
impl Unpin for Fd
impl UnwindSafe for Fd
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