#[repr(u8)]pub enum Pin22 {
NonSecure = 0,
Secure = 1,
}Variants§
NonSecure = 0
Pin 22 has its non-secure attribute set.
Secure = 1
Pin 22 has its secure attribute set.
Implementations§
Trait Implementations§
Source§impl Ord for Pin22
impl Ord for Pin22
Source§impl PartialOrd for Pin22
impl PartialOrd for Pin22
impl Copy for Pin22
impl Eq for Pin22
impl StructuralPartialEq for Pin22
Auto Trait Implementations§
impl Freeze for Pin22
impl RefUnwindSafe for Pin22
impl Send for Pin22
impl Sync for Pin22
impl Unpin for Pin22
impl UnwindSafe for Pin22
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