#[repr(u8)]pub enum Stpfix {
NO_EFFECT = 0,
RESET = 1,
}Variants§
NO_EFFECT = 0
Normal stop bit configuration as per SBNS (default setting)
RESET = 1
Configures two stop bits in the transmitter and one stop bit in the receiver
Implementations§
Trait Implementations§
Source§impl Ord for Stpfix
impl Ord for Stpfix
Source§impl PartialOrd for Stpfix
impl PartialOrd for Stpfix
impl Copy for Stpfix
impl Eq for Stpfix
impl StructuralPartialEq for Stpfix
Auto Trait Implementations§
impl Freeze for Stpfix
impl RefUnwindSafe for Stpfix
impl Send for Stpfix
impl Sync for Stpfix
impl Unpin for Stpfix
impl UnwindSafe for Stpfix
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