pub enum SSM {
Disabled = 0,
Enabled = 1,
}
Expand description
Software slave management
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SSM
impl Eq for SSM
impl StructuralPartialEq for SSM
Auto Trait Implementations§
impl Freeze for SSM
impl RefUnwindSafe for SSM
impl Send for SSM
impl Sync for SSM
impl Unpin for SSM
impl UnwindSafe for SSM
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