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