Struct physx_sys::PxSpatialForce
source · #[repr(C)]pub struct PxSpatialForce {
pub force: PxVec3,
pub pad0: f32,
pub torque: PxVec3,
pub pad1: f32,
}Fields§
§force: PxVec3§pad0: f32§torque: PxVec3§pad1: f32Trait Implementations§
source§impl Clone for PxSpatialForce
impl Clone for PxSpatialForce
source§fn clone(&self) -> PxSpatialForce
fn clone(&self) -> PxSpatialForce
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