pub struct Fd(/* private fields */);
Expand description
Unix file descriptor.
Trait Implementations§
Source§impl From<Fd> for PlatformMemory
impl From<Fd> for PlatformMemory
Source§fn from(fd: Fd) -> PlatformMemory
fn from(fd: Fd) -> PlatformMemory
Converts to this type from the input type.
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