pub struct OutputFeatureFlags(pub IoFlags);Expand description
A wrapper indicating IoFlags that should be interpreted as Output or Feature flags.
Tuple Fields§
§0: IoFlagsTrait Implementations§
Source§impl Clone for OutputFeatureFlags
impl Clone for OutputFeatureFlags
Source§fn clone(&self) -> OutputFeatureFlags
fn clone(&self) -> OutputFeatureFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OutputFeatureFlags
Auto Trait Implementations§
impl Freeze for OutputFeatureFlags
impl RefUnwindSafe for OutputFeatureFlags
impl Send for OutputFeatureFlags
impl Sync for OutputFeatureFlags
impl Unpin for OutputFeatureFlags
impl UnsafeUnpin for OutputFeatureFlags
impl UnwindSafe for OutputFeatureFlags
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