#[repr(u32)]pub enum VidPreselectMode {
None = 0,
VIN = 1,
EID = 2,
}
Expand description
Vehicle preselection mode
Variants§
Trait Implementations§
Source§impl Clone for VidPreselectMode
impl Clone for VidPreselectMode
Source§fn clone(&self) -> VidPreselectMode
fn clone(&self) -> VidPreselectMode
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 VidPreselectMode
impl Debug for VidPreselectMode
Source§impl Ord for VidPreselectMode
impl Ord for VidPreselectMode
Source§fn cmp(&self, other: &VidPreselectMode) -> Ordering
fn cmp(&self, other: &VidPreselectMode) -> 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 VidPreselectMode
impl PartialEq for VidPreselectMode
Source§impl PartialOrd for VidPreselectMode
impl PartialOrd for VidPreselectMode
impl Copy for VidPreselectMode
impl Eq for VidPreselectMode
impl StructuralPartialEq for VidPreselectMode
Auto Trait Implementations§
impl Freeze for VidPreselectMode
impl RefUnwindSafe for VidPreselectMode
impl Send for VidPreselectMode
impl Sync for VidPreselectMode
impl Unpin for VidPreselectMode
impl UnwindSafe for VidPreselectMode
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