Enum stm32_hal2::usart::WordLen
source · pub enum WordLen {
W8,
W9,
W7,
}
Expand description
The length of word to transmit and receive. (USART_CR1, M)
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WordLen
impl Send for WordLen
impl Sync for WordLen
impl Unpin for WordLen
impl UnwindSafe for WordLen
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