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