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