Enum Sbns
pub enum Sbns {
_0 = 0,
_1 = 1,
}Expand description
Stop Bit Number Select
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Sbns
impl Eq for Sbns
impl StructuralPartialEq for Sbns
Auto Trait Implementations§
impl Freeze for Sbns
impl RefUnwindSafe for Sbns
impl Send for Sbns
impl Sync for Sbns
impl Unpin for Sbns
impl UnwindSafe for Sbns
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