#[repr(u8)]pub enum NurS1 {
NUR_S1_0 = 0,
NUR_S1_1 = 1,
}Variants§
NUR_S1_0 = 0
The non-secure user read access is disabled for the first slave.
NUR_S1_1 = 1
The non-secure user read access is enabled for the first slave.
Implementations§
Trait Implementations§
Source§impl Ord for NurS1
impl Ord for NurS1
Source§impl PartialOrd for NurS1
impl PartialOrd for NurS1
impl Copy for NurS1
impl Eq for NurS1
impl StructuralPartialEq for NurS1
Auto Trait Implementations§
impl Freeze for NurS1
impl RefUnwindSafe for NurS1
impl Send for NurS1
impl Sync for NurS1
impl Unpin for NurS1
impl UnwindSafe for NurS1
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