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