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