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