pub enum StopBits {
One,
OneHalf,
Two,
}
Variants§
Trait Implementations§
Source§impl Into<ftdi_stopbits_type> for StopBits
impl Into<ftdi_stopbits_type> for StopBits
Source§fn into(self) -> ftdi_stopbits_type
fn into(self) -> ftdi_stopbits_type
Converts this type into the (usually inferred) input type.
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