pub struct AdaptiveCruiseControlCommand {
pub header: Header,
pub msg_counter: u8,
pub set_speed: f32,
pub set: u16,
pub resume: u16,
pub cancel: u16,
pub speed_up: u16,
pub slow_down: u16,
pub further: u16,
pub closer: u16,
}Fields§
§header: Header§msg_counter: u8§set_speed: f32§set: u16§resume: u16§cancel: u16§speed_up: u16§slow_down: u16§further: u16§closer: u16Trait Implementations§
Source§impl Clone for AdaptiveCruiseControlCommand
impl Clone for AdaptiveCruiseControlCommand
Source§fn clone(&self) -> AdaptiveCruiseControlCommand
fn clone(&self) -> AdaptiveCruiseControlCommand
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 AdaptiveCruiseControlCommand
impl Debug for AdaptiveCruiseControlCommand
Source§impl<'de> Deserialize<'de> for AdaptiveCruiseControlCommand
impl<'de> Deserialize<'de> for AdaptiveCruiseControlCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AdaptiveCruiseControlCommand
impl PartialEq for AdaptiveCruiseControlCommand
Source§fn eq(&self, other: &AdaptiveCruiseControlCommand) -> bool
fn eq(&self, other: &AdaptiveCruiseControlCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Message for AdaptiveCruiseControlCommand
impl StructuralPartialEq for AdaptiveCruiseControlCommand
Auto Trait Implementations§
impl Freeze for AdaptiveCruiseControlCommand
impl RefUnwindSafe for AdaptiveCruiseControlCommand
impl Send for AdaptiveCruiseControlCommand
impl Sync for AdaptiveCruiseControlCommand
impl Unpin for AdaptiveCruiseControlCommand
impl UnwindSafe for AdaptiveCruiseControlCommand
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