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