pub struct StructuralMaterialSummary {
pub youngs_modulus_pa: f64,
pub poisson_ratio: f64,
pub density_kg_per_m3: f64,
pub lame_lambda_pa: f64,
pub shear_modulus_pa: f64,
}Fields§
§youngs_modulus_pa: f64§poisson_ratio: f64§density_kg_per_m3: f64§lame_lambda_pa: f64§shear_modulus_pa: f64Trait Implementations§
Source§impl Clone for StructuralMaterialSummary
impl Clone for StructuralMaterialSummary
Source§fn clone(&self) -> StructuralMaterialSummary
fn clone(&self) -> StructuralMaterialSummary
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 moreimpl Copy for StructuralMaterialSummary
Source§impl Debug for StructuralMaterialSummary
impl Debug for StructuralMaterialSummary
Source§impl<'de> Deserialize<'de> for StructuralMaterialSummary
impl<'de> Deserialize<'de> for StructuralMaterialSummary
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 StructuralMaterialSummary
Auto Trait Implementations§
impl Freeze for StructuralMaterialSummary
impl RefUnwindSafe for StructuralMaterialSummary
impl Send for StructuralMaterialSummary
impl Sync for StructuralMaterialSummary
impl Unpin for StructuralMaterialSummary
impl UnsafeUnpin for StructuralMaterialSummary
impl UnwindSafe for StructuralMaterialSummary
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