pub struct BeamSectionModel {
pub section_id: String,
pub area_m2: f64,
pub iy_m4: f64,
pub iz_m4: f64,
pub torsion_j_m4: f64,
pub outer_fiber_y_m: f64,
pub outer_fiber_z_m: f64,
pub torsion_outer_radius_m: f64,
}Fields§
§section_id: String§area_m2: f64§iy_m4: f64§iz_m4: f64§torsion_j_m4: f64§outer_fiber_y_m: f64§outer_fiber_z_m: f64§torsion_outer_radius_m: f64Trait Implementations§
Source§impl Clone for BeamSectionModel
impl Clone for BeamSectionModel
Source§fn clone(&self) -> BeamSectionModel
fn clone(&self) -> BeamSectionModel
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 BeamSectionModel
impl Debug for BeamSectionModel
Source§impl<'de> Deserialize<'de> for BeamSectionModel
impl<'de> Deserialize<'de> for BeamSectionModel
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 BeamSectionModel
impl PartialEq for BeamSectionModel
Source§fn eq(&self, other: &BeamSectionModel) -> bool
fn eq(&self, other: &BeamSectionModel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BeamSectionModel
impl Serialize for BeamSectionModel
impl StructuralPartialEq for BeamSectionModel
Auto Trait Implementations§
impl Freeze for BeamSectionModel
impl RefUnwindSafe for BeamSectionModel
impl Send for BeamSectionModel
impl Sync for BeamSectionModel
impl Unpin for BeamSectionModel
impl UnsafeUnpin for BeamSectionModel
impl UnwindSafe for BeamSectionModel
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