pub struct FeaContactInterfaceContext {
pub enabled: bool,
pub penalty_stiffness_scale: f64,
pub max_penetration_ratio: f64,
pub friction_coefficient: f64,
}Fields§
§enabled: bool§penalty_stiffness_scale: f64§max_penetration_ratio: f64§friction_coefficient: f64Trait Implementations§
Source§impl Clone for FeaContactInterfaceContext
impl Clone for FeaContactInterfaceContext
Source§fn clone(&self) -> FeaContactInterfaceContext
fn clone(&self) -> FeaContactInterfaceContext
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 FeaContactInterfaceContext
impl Debug for FeaContactInterfaceContext
Source§impl<'de> Deserialize<'de> for FeaContactInterfaceContext
impl<'de> Deserialize<'de> for FeaContactInterfaceContext
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
impl StructuralPartialEq for FeaContactInterfaceContext
Auto Trait Implementations§
impl Freeze for FeaContactInterfaceContext
impl RefUnwindSafe for FeaContactInterfaceContext
impl Send for FeaContactInterfaceContext
impl Sync for FeaContactInterfaceContext
impl Unpin for FeaContactInterfaceContext
impl UnsafeUnpin for FeaContactInterfaceContext
impl UnwindSafe for FeaContactInterfaceContext
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