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