Struct physx_sys::PxVehicleConcurrentUpdateData
source · #[repr(C)]pub struct PxVehicleConcurrentUpdateData {
pub concurrentWheelUpdates: *mut PxVehicleWheelConcurrentUpdateData,
pub nbConcurrentWheelUpdates: u32,
pub structgen_pad0: [u8; 28],
}Fields§
§concurrentWheelUpdates: *mut PxVehicleWheelConcurrentUpdateData§nbConcurrentWheelUpdates: u32§structgen_pad0: [u8; 28]Trait Implementations§
source§impl Clone for PxVehicleConcurrentUpdateData
impl Clone for PxVehicleConcurrentUpdateData
source§fn clone(&self) -> PxVehicleConcurrentUpdateData
fn clone(&self) -> PxVehicleConcurrentUpdateData
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