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