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