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