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