pub struct FluidStructureInterfaceModel {
pub normal_stiffness_pa_per_m: f64,
pub damping_ratio: f64,
pub relaxation_factor: f64,
}Fields§
§normal_stiffness_pa_per_m: f64§damping_ratio: f64§relaxation_factor: f64Trait Implementations§
Source§impl Clone for FluidStructureInterfaceModel
impl Clone for FluidStructureInterfaceModel
Source§fn clone(&self) -> FluidStructureInterfaceModel
fn clone(&self) -> FluidStructureInterfaceModel
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 FluidStructureInterfaceModel
impl Debug for FluidStructureInterfaceModel
Source§impl<'de> Deserialize<'de> for FluidStructureInterfaceModel
impl<'de> Deserialize<'de> for FluidStructureInterfaceModel
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 FluidStructureInterfaceModel
impl PartialEq for FluidStructureInterfaceModel
Source§fn eq(&self, other: &FluidStructureInterfaceModel) -> bool
fn eq(&self, other: &FluidStructureInterfaceModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FluidStructureInterfaceModel
Auto Trait Implementations§
impl Freeze for FluidStructureInterfaceModel
impl RefUnwindSafe for FluidStructureInterfaceModel
impl Send for FluidStructureInterfaceModel
impl Sync for FluidStructureInterfaceModel
impl Unpin for FluidStructureInterfaceModel
impl UnsafeUnpin for FluidStructureInterfaceModel
impl UnwindSafe for FluidStructureInterfaceModel
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