Struct physx_sys::PxJointLinearLimitPair
source · [−]#[repr(C)]pub struct PxJointLinearLimitPair {
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 PxJointLinearLimitPair
impl Clone for PxJointLinearLimitPair
sourcefn clone(&self) -> PxJointLinearLimitPair
fn clone(&self) -> PxJointLinearLimitPair
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 PxJointLinearLimitPair
Auto Trait Implementations
impl RefUnwindSafe for PxJointLinearLimitPair
impl Send for PxJointLinearLimitPair
impl Sync for PxJointLinearLimitPair
impl Unpin for PxJointLinearLimitPair
impl UnwindSafe for PxJointLinearLimitPair
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