#[repr(u8)]pub enum STOP {
Stop1 = 0,
Stop0p5 = 1,
Stop2 = 2,
Stop1p5 = 3,
}
Expand description
STOP bits
Value on reset: 0
Variants§
Stop1 = 0
0: 1 stop bit
Stop0p5 = 1
1: 0.5 stop bits
Stop2 = 2
2: 2 stop bits
Stop1p5 = 3
3: 1.5 stop bits
Trait Implementations§
impl Copy for STOP
impl Eq for STOP
impl IsEnum for STOP
impl StructuralPartialEq for STOP
Auto Trait Implementations§
impl Freeze for STOP
impl RefUnwindSafe for STOP
impl Send for STOP
impl Sync for STOP
impl Unpin for STOP
impl UnwindSafe for STOP
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