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