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