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