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