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