#[repr(u8)]pub enum NsaTpsmp {
NSA_TPSMP_0 = 0,
NSA_TPSMP_1 = 1,
}Variants§
NSA_TPSMP_0 = 0
Secure access for the corresponding type-1 master
NSA_TPSMP_1 = 1
Non-secure access for the corresponding type-1 master
Implementations§
Trait Implementations§
Source§impl Ord for NsaTpsmp
impl Ord for NsaTpsmp
Source§impl PartialOrd for NsaTpsmp
impl PartialOrd for NsaTpsmp
impl Copy for NsaTpsmp
impl Eq for NsaTpsmp
impl StructuralPartialEq for NsaTpsmp
Auto Trait Implementations§
impl Freeze for NsaTpsmp
impl RefUnwindSafe for NsaTpsmp
impl Send for NsaTpsmp
impl Sync for NsaTpsmp
impl Unpin for NsaTpsmp
impl UnwindSafe for NsaTpsmp
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