#[repr(u8)]pub enum Int137Mask {
MASKED = 0,
NOT_MASKED = 1,
}Variants§
Implementations§
Source§impl Int137Mask
impl Int137Mask
Trait Implementations§
Source§impl Clone for Int137Mask
impl Clone for Int137Mask
Source§fn clone(&self) -> Int137Mask
fn clone(&self) -> Int137Mask
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 Int137Mask
impl Debug for Int137Mask
Source§impl From<Int137Mask> for u8
impl From<Int137Mask> for u8
Source§fn from(val: Int137Mask) -> u8
fn from(val: Int137Mask) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Int137Mask
impl From<u8> for Int137Mask
Source§fn from(val: u8) -> Int137Mask
fn from(val: u8) -> Int137Mask
Converts to this type from the input type.
Source§impl Ord for Int137Mask
impl Ord for Int137Mask
Source§fn cmp(&self, other: &Int137Mask) -> Ordering
fn cmp(&self, other: &Int137Mask) -> 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 Int137Mask
impl PartialEq for Int137Mask
Source§impl PartialOrd for Int137Mask
impl PartialOrd for Int137Mask
impl Copy for Int137Mask
impl Eq for Int137Mask
impl StructuralPartialEq for Int137Mask
Auto Trait Implementations§
impl Freeze for Int137Mask
impl RefUnwindSafe for Int137Mask
impl Send for Int137Mask
impl Sync for Int137Mask
impl Unpin for Int137Mask
impl UnwindSafe for Int137Mask
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