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