pub struct VehicleStateMsg1 {Show 16 fields
pub header: Header,
pub can_fcw_sensitivity_level: u8,
pub can_vehicle_stationary: bool,
pub can_intf_minor_version: u8,
pub can_intf_major_version: u8,
pub can_brake_pedal: u8,
pub can_high_wheel_slip: bool,
pub can_turn_signal_status: u8,
pub can_washer_front_cmd: bool,
pub can_wiper_front_cmd: bool,
pub can_wiper_speed_info: u8,
pub can_reverse_gear: bool,
pub can_beam_shape_actual_right: u8,
pub can_beam_shape_actual_left: u8,
pub can_main_beam_indication: bool,
pub can_vehicle_index: u16,
}Fields§
§header: Header§can_fcw_sensitivity_level: u8§can_vehicle_stationary: bool§can_intf_minor_version: u8§can_intf_major_version: u8§can_brake_pedal: u8§can_high_wheel_slip: bool§can_turn_signal_status: u8§can_washer_front_cmd: bool§can_wiper_front_cmd: bool§can_wiper_speed_info: u8§can_reverse_gear: bool§can_beam_shape_actual_right: u8§can_beam_shape_actual_left: u8§can_main_beam_indication: bool§can_vehicle_index: u16Trait Implementations§
Source§impl Clone for VehicleStateMsg1
impl Clone for VehicleStateMsg1
Source§fn clone(&self) -> VehicleStateMsg1
fn clone(&self) -> VehicleStateMsg1
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 VehicleStateMsg1
impl Debug for VehicleStateMsg1
Source§impl Default for VehicleStateMsg1
impl Default for VehicleStateMsg1
Source§impl<'de> Deserialize<'de> for VehicleStateMsg1
impl<'de> Deserialize<'de> for VehicleStateMsg1
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 VehicleStateMsg1
impl PartialEq for VehicleStateMsg1
Source§impl Serialize for VehicleStateMsg1
impl Serialize for VehicleStateMsg1
impl Message for VehicleStateMsg1
impl StructuralPartialEq for VehicleStateMsg1
Auto Trait Implementations§
impl Freeze for VehicleStateMsg1
impl RefUnwindSafe for VehicleStateMsg1
impl Send for VehicleStateMsg1
impl Sync for VehicleStateMsg1
impl Unpin for VehicleStateMsg1
impl UnwindSafe for VehicleStateMsg1
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