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