#[repr(C)]pub struct PxVehicleAckermannGeometryData {
pub mAccuracy: f32,
pub mFrontWidth: f32,
pub mRearWidth: f32,
pub mAxleSeparation: f32,
}Fields§
§mAccuracy: f32§mFrontWidth: f32§mRearWidth: f32§mAxleSeparation: f32Trait Implementations§
source§impl Clone for PxVehicleAckermannGeometryData
impl Clone for PxVehicleAckermannGeometryData
source§fn clone(&self) -> PxVehicleAckermannGeometryData
fn clone(&self) -> PxVehicleAckermannGeometryData
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 more