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