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