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