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