pub enum NORMAL_SBMODE_A {
_1BIT = 0,
_2BIT = 1,
}
Expand description
Stop Bit Mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for NORMAL_SBMODE_A
impl Clone for NORMAL_SBMODE_A
Source§fn clone(&self) -> NORMAL_SBMODE_A
fn clone(&self) -> NORMAL_SBMODE_A
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 NORMAL_SBMODE_A
impl Debug for NORMAL_SBMODE_A
Source§impl From<NORMAL_SBMODE_A> for bool
impl From<NORMAL_SBMODE_A> for bool
Source§fn from(variant: NORMAL_SBMODE_A) -> Self
fn from(variant: NORMAL_SBMODE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NORMAL_SBMODE_A
impl PartialEq for NORMAL_SBMODE_A
impl Copy for NORMAL_SBMODE_A
impl Eq for NORMAL_SBMODE_A
impl StructuralPartialEq for NORMAL_SBMODE_A
Auto Trait Implementations§
impl Freeze for NORMAL_SBMODE_A
impl RefUnwindSafe for NORMAL_SBMODE_A
impl Send for NORMAL_SBMODE_A
impl Sync for NORMAL_SBMODE_A
impl Unpin for NORMAL_SBMODE_A
impl UnwindSafe for NORMAL_SBMODE_A
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