pub struct NMFlags(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl NMFlags
impl NMFlags
pub const Broadcast: NMFlags
pub const RecursionAvailable: NMFlags
pub const RecursionDesired: NMFlags
pub const Truncation: NMFlags
Trait Implementations§
impl Copy for NMFlags
impl Eq for NMFlags
impl StructuralPartialEq for NMFlags
Auto Trait Implementations§
impl Freeze for NMFlags
impl RefUnwindSafe for NMFlags
impl Send for NMFlags
impl Sync for NMFlags
impl Unpin for NMFlags
impl UnwindSafe for NMFlags
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