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