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