#[repr(transparent)]pub struct Mode(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl BitAndAssign for Mode
impl BitAndAssign for Mode
Source§fn bitand_assign(&mut self, rhs: Mode)
fn bitand_assign(&mut self, rhs: Mode)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for Mode
impl BitOrAssign for Mode
Source§fn bitor_assign(&mut self, rhs: Mode)
fn bitor_assign(&mut self, rhs: Mode)
Performs the
|=
operation. Read moreSource§impl Ord for Mode
impl Ord for Mode
Source§impl PartialOrd for Mode
impl PartialOrd for Mode
impl Copy for Mode
impl Eq for Mode
impl StructuralPartialEq for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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