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