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