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