pub enum RequestedSpeedControlCondition {
TransientOptimizedDriveLineDisengaged,
StabilityOptimizedDriveLineDisengaged,
StabilityOptimizedDriveLineEngaged1,
StabilityOptimizedDriveLineEngaged2,
}Variants§
TransientOptimizedDriveLineDisengaged
StabilityOptimizedDriveLineDisengaged
StabilityOptimizedDriveLineEngaged1
StabilityOptimizedDriveLineEngaged2
Implementations§
Trait Implementations§
Source§impl Clone for RequestedSpeedControlCondition
impl Clone for RequestedSpeedControlCondition
Source§fn clone(&self) -> RequestedSpeedControlCondition
fn clone(&self) -> RequestedSpeedControlCondition
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 PartialEq for RequestedSpeedControlCondition
impl PartialEq for RequestedSpeedControlCondition
Source§fn eq(&self, other: &RequestedSpeedControlCondition) -> bool
fn eq(&self, other: &RequestedSpeedControlCondition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RequestedSpeedControlCondition
impl Eq for RequestedSpeedControlCondition
impl StructuralPartialEq for RequestedSpeedControlCondition
Auto Trait Implementations§
impl Freeze for RequestedSpeedControlCondition
impl RefUnwindSafe for RequestedSpeedControlCondition
impl Send for RequestedSpeedControlCondition
impl Sync for RequestedSpeedControlCondition
impl Unpin for RequestedSpeedControlCondition
impl UnsafeUnpin for RequestedSpeedControlCondition
impl UnwindSafe for RequestedSpeedControlCondition
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