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