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