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