pub enum Bits {
Seven,
Eight,
}
Variants§
Trait Implementations§
Source§impl Into<ftdi_bits_type> for Bits
impl Into<ftdi_bits_type> for Bits
Source§fn into(self) -> ftdi_bits_type
fn into(self) -> ftdi_bits_type
Converts this type into the (usually inferred) input type.
impl Copy for Bits
impl Eq for Bits
impl StructuralPartialEq for Bits
Auto Trait Implementations§
impl Freeze for Bits
impl RefUnwindSafe for Bits
impl Send for Bits
impl Sync for Bits
impl Unpin for Bits
impl UnwindSafe for Bits
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