#[repr(u32)]pub enum CombinationMode {
None = 0,
VIN = 1,
Group = 2,
All = 3,
}
Expand description
DoIP Combination mode
Variants§
None = 0
No combination
VIN = 1
Combine common VIN
Group = 2
Combine common GroupID
All = 3
Combine all
Trait Implementations§
Source§impl Clone for CombinationMode
impl Clone for CombinationMode
Source§fn clone(&self) -> CombinationMode
fn clone(&self) -> CombinationMode
Returns a copy 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 CombinationMode
impl Debug for CombinationMode
Source§impl Ord for CombinationMode
impl Ord for CombinationMode
Source§fn cmp(&self, other: &CombinationMode) -> Ordering
fn cmp(&self, other: &CombinationMode) -> 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 PartialEq for CombinationMode
impl PartialEq for CombinationMode
Source§impl PartialOrd for CombinationMode
impl PartialOrd for CombinationMode
impl Copy for CombinationMode
impl Eq for CombinationMode
impl StructuralPartialEq for CombinationMode
Auto Trait Implementations§
impl Freeze for CombinationMode
impl RefUnwindSafe for CombinationMode
impl Send for CombinationMode
impl Sync for CombinationMode
impl Unpin for CombinationMode
impl UnwindSafe for CombinationMode
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