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