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