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