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