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