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