Enum embassy_stm32::usart::StopBits
source · pub enum StopBits {
STOP1,
STOP0P5,
STOP2,
STOP1P5,
}
Expand description
Number of stop bits
Variants§
Trait Implementations§
source§impl PartialEq for StopBits
impl PartialEq for StopBits
impl Copy for StopBits
impl Eq for StopBits
impl StructuralPartialEq for StopBits
Auto Trait Implementations§
impl Freeze for StopBits
impl RefUnwindSafe for StopBits
impl Send for StopBits
impl Sync for StopBits
impl Unpin for StopBits
impl UnwindSafe for StopBits
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