pub enum Chipset {
Elm327Clone,
Elm327Genuine,
Stn,
Unknown,
}Expand description
Known OBD-II adapter chipset types.
Variants§
Elm327Clone
ELM327 clone (v1.0-v1.5) — limited features.
Elm327Genuine
Genuine ELM327 (v2.0+) — full feature set.
Stn
STN chip (STN1110, STN2120) — enhanced features.
Unknown
Unknown or undetected chipset.
Trait Implementations§
impl Copy for Chipset
impl Eq for Chipset
impl StructuralPartialEq for Chipset
Auto Trait Implementations§
impl Freeze for Chipset
impl RefUnwindSafe for Chipset
impl Send for Chipset
impl Sync for Chipset
impl Unpin for Chipset
impl UnsafeUnpin for Chipset
impl UnwindSafe for Chipset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.