Enum stm32f4xx_hal::serial::config::WordLength
source · [−]pub enum WordLength {
DataBits8,
DataBits9,
}
Variants
DataBits8
DataBits9
Trait Implementations
sourceimpl Clone for WordLength
impl Clone for WordLength
sourcefn clone(&self) -> WordLength
fn clone(&self) -> WordLength
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WordLength
impl Debug for WordLength
sourceimpl Format for WordLength
impl Format for WordLength
sourceimpl PartialEq<WordLength> for WordLength
impl PartialEq<WordLength> for WordLength
sourcefn eq(&self, other: &WordLength) -> bool
fn eq(&self, other: &WordLength) -> bool
impl Copy for WordLength
impl Eq for WordLength
impl StructuralEq for WordLength
impl StructuralPartialEq for WordLength
Auto Trait Implementations
impl RefUnwindSafe for WordLength
impl Send for WordLength
impl Sync for WordLength
impl Unpin for WordLength
impl UnwindSafe for WordLength
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more