pub struct FixedFdInstall { /* private fields */ }
Expand description
Install a fixed file descriptor
Turns a direct descriptor into a regular file descriptor that can be later used by regular system calls that take a normal raw file descriptor
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedFdInstall
impl RefUnwindSafe for FixedFdInstall
impl Send for FixedFdInstall
impl Sync for FixedFdInstall
impl Unpin for FixedFdInstall
impl UnwindSafe for FixedFdInstall
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