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