pub struct m32(/* private fields */);
Expand description
Mask type with 32 bits. Its bit either all ones or all zeros.
Implementations§
Trait Implementations§
impl Copy for m32
impl Eq for m32
impl NoUninit for m32
impl StructuralPartialEq for m32
Auto Trait Implementations§
impl Freeze for m32
impl RefUnwindSafe for m32
impl Send for m32
impl Sync for m32
impl Unpin for m32
impl UnwindSafe for m32
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