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