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