#[repr(C)]pub struct PxFEMParameters {
pub velocityDamping: f32,
pub settlingThreshold: f32,
pub sleepThreshold: f32,
pub sleepDamping: f32,
pub selfCollisionFilterDistance: f32,
pub selfCollisionStressTolerance: f32,
}Fields§
§velocityDamping: f32§settlingThreshold: f32§sleepThreshold: f32§sleepDamping: f32§selfCollisionFilterDistance: f32§selfCollisionStressTolerance: f32Trait Implementations§
Source§impl Clone for PxFEMParameters
impl Clone for PxFEMParameters
Source§fn clone(&self) -> PxFEMParameters
fn clone(&self) -> PxFEMParameters
Returns a duplicate 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 moreimpl Copy for PxFEMParameters
Auto Trait Implementations§
impl Freeze for PxFEMParameters
impl RefUnwindSafe for PxFEMParameters
impl Send for PxFEMParameters
impl Sync for PxFEMParameters
impl Unpin for PxFEMParameters
impl UnwindSafe for PxFEMParameters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more