#[repr(u8)]pub enum Int72Mask {
MASKED = 0,
NOT_MASKED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Int72Mask
impl Ord for Int72Mask
Source§impl PartialOrd for Int72Mask
impl PartialOrd for Int72Mask
impl Copy for Int72Mask
impl Eq for Int72Mask
impl StructuralPartialEq for Int72Mask
Auto Trait Implementations§
impl Freeze for Int72Mask
impl RefUnwindSafe for Int72Mask
impl Send for Int72Mask
impl Sync for Int72Mask
impl Unpin for Int72Mask
impl UnwindSafe for Int72Mask
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