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