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