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