pub enum LinkControlModeIdentifier {
IsoSaeReserved(u8),
PC9600Baud,
PC19200Baud,
PC38400Baud,
PC57600Baud,
PC115200Baud,
Can125000Baud,
Can250000Baud,
Can500000Baud,
Can1000000Baud,
ProgrammingSetup,
}Variants§
IsoSaeReserved(u8)
PC9600Baud
PC19200Baud
PC38400Baud
PC57600Baud
PC115200Baud
Can125000Baud
Can250000Baud
Can500000Baud
Can1000000Baud
ProgrammingSetup
Trait Implementations§
Source§impl Clone for LinkControlModeIdentifier
impl Clone for LinkControlModeIdentifier
Source§fn clone(&self) -> LinkControlModeIdentifier
fn clone(&self) -> LinkControlModeIdentifier
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 LinkControlModeIdentifier
impl Debug for LinkControlModeIdentifier
Source§impl FrameRead<'_> for LinkControlModeIdentifier
impl FrameRead<'_> for LinkControlModeIdentifier
Source§impl Ord for LinkControlModeIdentifier
impl Ord for LinkControlModeIdentifier
Source§fn cmp(&self, other: &LinkControlModeIdentifier) -> Ordering
fn cmp(&self, other: &LinkControlModeIdentifier) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for LinkControlModeIdentifier
impl PartialOrd for LinkControlModeIdentifier
impl Eq for LinkControlModeIdentifier
impl StructuralPartialEq for LinkControlModeIdentifier
Auto Trait Implementations§
impl Freeze for LinkControlModeIdentifier
impl RefUnwindSafe for LinkControlModeIdentifier
impl Send for LinkControlModeIdentifier
impl Sync for LinkControlModeIdentifier
impl Unpin for LinkControlModeIdentifier
impl UnsafeUnpin for LinkControlModeIdentifier
impl UnwindSafe for LinkControlModeIdentifier
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