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