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