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