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