Struct physx_sys::PxVehicleCopyDynamicsMap
source · #[repr(C)]pub struct PxVehicleCopyDynamicsMap {
pub sourceWheelIds: [u8; 20],
pub targetWheelIds: [u8; 20],
}Fields§
§sourceWheelIds: [u8; 20]§targetWheelIds: [u8; 20]Trait Implementations§
source§impl Clone for PxVehicleCopyDynamicsMap
impl Clone for PxVehicleCopyDynamicsMap
source§fn clone(&self) -> PxVehicleCopyDynamicsMap
fn clone(&self) -> PxVehicleCopyDynamicsMap
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