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