pub struct MrrHeaderSensorPosition {
pub header: Header,
pub can_sensor_polarity: bool,
pub can_sensor_lat_offset: f32,
pub can_sensor_long_offset: f32,
pub can_sensor_hangle_offset: f32,
}Fields§
§header: Header§can_sensor_polarity: bool§can_sensor_lat_offset: f32§can_sensor_long_offset: f32§can_sensor_hangle_offset: f32Trait Implementations§
Source§impl Clone for MrrHeaderSensorPosition
impl Clone for MrrHeaderSensorPosition
Source§fn clone(&self) -> MrrHeaderSensorPosition
fn clone(&self) -> MrrHeaderSensorPosition
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 MrrHeaderSensorPosition
impl Debug for MrrHeaderSensorPosition
Source§impl Default for MrrHeaderSensorPosition
impl Default for MrrHeaderSensorPosition
Source§impl<'de> Deserialize<'de> for MrrHeaderSensorPosition
impl<'de> Deserialize<'de> for MrrHeaderSensorPosition
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 MrrHeaderSensorPosition
impl PartialEq for MrrHeaderSensorPosition
Source§impl Serialize for MrrHeaderSensorPosition
impl Serialize for MrrHeaderSensorPosition
impl Message for MrrHeaderSensorPosition
impl StructuralPartialEq for MrrHeaderSensorPosition
Auto Trait Implementations§
impl Freeze for MrrHeaderSensorPosition
impl RefUnwindSafe for MrrHeaderSensorPosition
impl Send for MrrHeaderSensorPosition
impl Sync for MrrHeaderSensorPosition
impl Unpin for MrrHeaderSensorPosition
impl UnwindSafe for MrrHeaderSensorPosition
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