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