pub struct ContactInterfaceModel {
pub penalty_stiffness_scale: f64,
pub max_penetration_ratio: f64,
pub friction_coefficient: f64,
}Fields§
§penalty_stiffness_scale: f64§max_penetration_ratio: f64§friction_coefficient: f64Trait Implementations§
Source§impl Clone for ContactInterfaceModel
impl Clone for ContactInterfaceModel
Source§fn clone(&self) -> ContactInterfaceModel
fn clone(&self) -> ContactInterfaceModel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContactInterfaceModel
impl Debug for ContactInterfaceModel
Source§impl<'de> Deserialize<'de> for ContactInterfaceModel
impl<'de> Deserialize<'de> for ContactInterfaceModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ContactInterfaceModel
impl PartialEq for ContactInterfaceModel
Source§fn eq(&self, other: &ContactInterfaceModel) -> bool
fn eq(&self, other: &ContactInterfaceModel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContactInterfaceModel
impl Serialize for ContactInterfaceModel
impl StructuralPartialEq for ContactInterfaceModel
Auto Trait Implementations§
impl Freeze for ContactInterfaceModel
impl RefUnwindSafe for ContactInterfaceModel
impl Send for ContactInterfaceModel
impl Sync for ContactInterfaceModel
impl Unpin for ContactInterfaceModel
impl UnsafeUnpin for ContactInterfaceModel
impl UnwindSafe for ContactInterfaceModel
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