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