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