pub struct BeamRecoveryElementSummary {
pub element_id: String,
pub region_id: String,
pub node_i_index: usize,
pub node_j_index: usize,
pub length_m: f64,
pub section: BeamSection,
pub material: BeamMaterial,
pub transform_global_to_local: BeamTransform12,
}Fields§
§element_id: String§region_id: String§node_i_index: usize§node_j_index: usize§length_m: f64§section: BeamSection§material: BeamMaterial§transform_global_to_local: BeamTransform12Trait Implementations§
Source§impl Clone for BeamRecoveryElementSummary
impl Clone for BeamRecoveryElementSummary
Source§fn clone(&self) -> BeamRecoveryElementSummary
fn clone(&self) -> BeamRecoveryElementSummary
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 BeamRecoveryElementSummary
impl Debug for BeamRecoveryElementSummary
Source§impl<'de> Deserialize<'de> for BeamRecoveryElementSummary
impl<'de> Deserialize<'de> for BeamRecoveryElementSummary
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 BeamRecoveryElementSummary
Auto Trait Implementations§
impl Freeze for BeamRecoveryElementSummary
impl RefUnwindSafe for BeamRecoveryElementSummary
impl Send for BeamRecoveryElementSummary
impl Sync for BeamRecoveryElementSummary
impl Unpin for BeamRecoveryElementSummary
impl UnsafeUnpin for BeamRecoveryElementSummary
impl UnwindSafe for BeamRecoveryElementSummary
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