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