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