Struct physx_sys::PxJointLimitCone
source · [−]#[repr(C)]pub struct PxJointLimitCone {
pub restitution: f32,
pub bounceThreshold: f32,
pub stiffness: f32,
pub damping: f32,
pub contactDistance: f32,
pub yAngle: f32,
pub zAngle: f32,
}Fields
restitution: f32bounceThreshold: f32stiffness: f32damping: f32contactDistance: f32yAngle: f32zAngle: f32Trait Implementations
sourceimpl Clone for PxJointLimitCone
impl Clone for PxJointLimitCone
sourcefn clone(&self) -> PxJointLimitCone
fn clone(&self) -> PxJointLimitCone
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxJointLimitCone
Auto Trait Implementations
impl RefUnwindSafe for PxJointLimitCone
impl Send for PxJointLimitCone
impl Sync for PxJointLimitCone
impl Unpin for PxJointLimitCone
impl UnwindSafe for PxJointLimitCone
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more