Struct system_interface::fs::SetFdFlags [−][src]
pub struct SetFdFlags<T> { /* fields omitted */ }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,