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