#[repr(u8)]pub enum Int124Mask {
MASKED = 0,
NOT_MASKED = 1,
}Variants§
Implementations§
Source§impl Int124Mask
impl Int124Mask
Trait Implementations§
Source§impl Clone for Int124Mask
impl Clone for Int124Mask
Source§fn clone(&self) -> Int124Mask
fn clone(&self) -> Int124Mask
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Int124Mask
impl Debug for Int124Mask
Source§impl From<Int124Mask> for u8
impl From<Int124Mask> for u8
Source§fn from(val: Int124Mask) -> u8
fn from(val: Int124Mask) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Int124Mask
impl From<u8> for Int124Mask
Source§fn from(val: u8) -> Int124Mask
fn from(val: u8) -> Int124Mask
Converts to this type from the input type.
Source§impl Ord for Int124Mask
impl Ord for Int124Mask
Source§fn cmp(&self, other: &Int124Mask) -> Ordering
fn cmp(&self, other: &Int124Mask) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Int124Mask
impl PartialEq for Int124Mask
Source§impl PartialOrd for Int124Mask
impl PartialOrd for Int124Mask
impl Copy for Int124Mask
impl Eq for Int124Mask
impl StructuralPartialEq for Int124Mask
Auto Trait Implementations§
impl Freeze for Int124Mask
impl RefUnwindSafe for Int124Mask
impl Send for Int124Mask
impl Sync for Int124Mask
impl Unpin for Int124Mask
impl UnwindSafe for Int124Mask
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