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