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