pub struct InputFlags(pub IoFlags);Expand description
A wrapper indicating IoFlags that should be interpreted as Input flags.
Tuple Fields§
§0: IoFlagsTrait Implementations§
Source§impl Clone for InputFlags
impl Clone for InputFlags
Source§fn clone(&self) -> InputFlags
fn clone(&self) -> InputFlags
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 InputFlags
Auto Trait Implementations§
impl Freeze for InputFlags
impl RefUnwindSafe for InputFlags
impl Send for InputFlags
impl Sync for InputFlags
impl Unpin for InputFlags
impl UnsafeUnpin for InputFlags
impl UnwindSafe for InputFlags
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