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