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