pub enum BreakType {
Off,
On,
}
Variants§
Trait Implementations§
Source§impl Into<ftdi_break_type> for BreakType
impl Into<ftdi_break_type> for BreakType
Source§fn into(self) -> ftdi_break_type
fn into(self) -> ftdi_break_type
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for BreakType
impl RefUnwindSafe for BreakType
impl Send for BreakType
impl Sync for BreakType
impl Unpin for BreakType
impl UnwindSafe for BreakType
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