pub enum Sbmodeselect {
_1Bit = 0,
_2Bit = 1,
}
Expand description
Stop Bit Mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Sbmodeselect
impl Clone for Sbmodeselect
Source§fn clone(&self) -> Sbmodeselect
fn clone(&self) -> Sbmodeselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Sbmodeselect
impl Debug for Sbmodeselect
Source§impl From<Sbmodeselect> for bool
impl From<Sbmodeselect> for bool
Source§fn from(variant: Sbmodeselect) -> Self
fn from(variant: Sbmodeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sbmodeselect
impl PartialEq for Sbmodeselect
impl Copy for Sbmodeselect
impl Eq for Sbmodeselect
impl StructuralPartialEq for Sbmodeselect
Auto Trait Implementations§
impl Freeze for Sbmodeselect
impl RefUnwindSafe for Sbmodeselect
impl Send for Sbmodeselect
impl Sync for Sbmodeselect
impl Unpin for Sbmodeselect
impl UnwindSafe for Sbmodeselect
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