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