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