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