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 Freeze for WordLen
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