Struct physx_sys::PxJointAngularLimitPair
source · [−]#[repr(C)]pub struct PxJointAngularLimitPair {
pub restitution: f32,
pub bounceThreshold: f32,
pub stiffness: f32,
pub damping: f32,
pub contactDistance: f32,
pub upper: f32,
pub lower: f32,
}Fields
restitution: f32bounceThreshold: f32stiffness: f32damping: f32contactDistance: f32upper: f32lower: f32Trait Implementations
sourceimpl Clone for PxJointAngularLimitPair
impl Clone for PxJointAngularLimitPair
sourcefn clone(&self) -> PxJointAngularLimitPair
fn clone(&self) -> PxJointAngularLimitPair
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 PxJointAngularLimitPair
Auto Trait Implementations
impl RefUnwindSafe for PxJointAngularLimitPair
impl Send for PxJointAngularLimitPair
impl Sync for PxJointAngularLimitPair
impl Unpin for PxJointAngularLimitPair
impl UnwindSafe for PxJointAngularLimitPair
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