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