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