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