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