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