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