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