Struct physx_sys::PxD6JointDrive
source · #[repr(C)]pub struct PxD6JointDrive {
pub stiffness: f32,
pub damping: f32,
pub forceLimit: f32,
pub flags: PxD6JointDriveFlags,
}Fields§
§stiffness: f32§damping: f32§forceLimit: f32§flags: PxD6JointDriveFlagsTrait Implementations§
source§impl Clone for PxD6JointDrive
impl Clone for PxD6JointDrive
source§fn clone(&self) -> PxD6JointDrive
fn clone(&self) -> PxD6JointDrive
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