pub enum ChipType {
Am,
Bm,
_2232C,
R,
_2232H,
_4232H,
_232H,
_230X,
}
Variants§
Trait Implementations§
Source§impl Into<ftdi_chip_type> for ChipType
impl Into<ftdi_chip_type> for ChipType
Source§fn into(self) -> ftdi_chip_type
fn into(self) -> ftdi_chip_type
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ChipType
impl RefUnwindSafe for ChipType
impl Send for ChipType
impl Sync for ChipType
impl Unpin for ChipType
impl UnwindSafe for ChipType
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