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