Struct physx_sys::PxVehicleDriveSimData4W
source · #[repr(C)]pub struct PxVehicleDriveSimData4W {
pub mEngine: PxVehicleEngineData,
pub mGears: PxVehicleGearsData,
pub mClutch: PxVehicleClutchData,
pub mAutoBox: PxVehicleAutoBoxData,
pub structgen_pad0: [u8; 48],
}Fields§
§mEngine: PxVehicleEngineData§mGears: PxVehicleGearsData§mClutch: PxVehicleClutchData§mAutoBox: PxVehicleAutoBoxData§structgen_pad0: [u8; 48]Trait Implementations§
source§impl Clone for PxVehicleDriveSimData4W
impl Clone for PxVehicleDriveSimData4W
source§fn clone(&self) -> PxVehicleDriveSimData4W
fn clone(&self) -> PxVehicleDriveSimData4W
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