Struct system_interface::fs::SetFdFlags
source · [−]pub struct SetFdFlags<T> { /* private fields */ }
Expand description
An opaque representation of the state needed to perform a set_fd_flags
operation.
Auto Trait Implementations
impl<T> RefUnwindSafe for SetFdFlags<T> where
T: RefUnwindSafe,
impl<T> Send for SetFdFlags<T> where
T: Send,
impl<T> Sync for SetFdFlags<T> where
T: Sync,
impl<T> Unpin for SetFdFlags<T> where
T: Unpin,
impl<T> UnwindSafe for SetFdFlags<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more