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