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