pub enum CanTpAddressingFormat {
Extended,
Mixed,
Mixed29Bit,
NormalFixed,
Standard,
}
Expand description
The addressing format of a CanTpConnection
Variants§
Extended
Extended addressing format
Mixed
Mixed 11-bit addressing format
Mixed29Bit
Mixed 29-bit addressing format
NormalFixed
Normal fixed addressing format
Standard
Standard addressing format
Trait Implementations§
Source§impl Clone for CanTpAddressingFormat
impl Clone for CanTpAddressingFormat
Source§fn clone(&self) -> CanTpAddressingFormat
fn clone(&self) -> CanTpAddressingFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CanTpAddressingFormat
impl Debug for CanTpAddressingFormat
Source§impl From<CanTpAddressingFormat> for EnumItem
impl From<CanTpAddressingFormat> for EnumItem
Source§fn from(format: CanTpAddressingFormat) -> Self
fn from(format: CanTpAddressingFormat) -> Self
Converts to this type from the input type.
Source§impl Hash for CanTpAddressingFormat
impl Hash for CanTpAddressingFormat
Source§impl PartialEq for CanTpAddressingFormat
impl PartialEq for CanTpAddressingFormat
Source§impl TryFrom<EnumItem> for CanTpAddressingFormat
impl TryFrom<EnumItem> for CanTpAddressingFormat
impl Copy for CanTpAddressingFormat
impl Eq for CanTpAddressingFormat
impl StructuralPartialEq for CanTpAddressingFormat
Auto Trait Implementations§
impl Freeze for CanTpAddressingFormat
impl RefUnwindSafe for CanTpAddressingFormat
impl Send for CanTpAddressingFormat
impl Sync for CanTpAddressingFormat
impl Unpin for CanTpAddressingFormat
impl UnwindSafe for CanTpAddressingFormat
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.