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