pub struct ModMask(/* private fields */);
Implementations§
Trait Implementations§
Source§impl BitOrAssign for ModMask
impl BitOrAssign for ModMask
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreimpl Copy for ModMask
impl StructuralPartialEq for ModMask
Auto Trait Implementations§
impl Freeze for ModMask
impl RefUnwindSafe for ModMask
impl Send for ModMask
impl Sync for ModMask
impl Unpin for ModMask
impl UnwindSafe for ModMask
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