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