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