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