StbSecBeamRC

Struct StbSecBeamRC 

Source
pub struct StbSecBeamRC {
Show 22 fields pub id: i32, pub name: String, pub floor: String, pub kind_beam: BeamKind, pub is_foundation: bool, pub is_canti: bool, pub d_reinforcement_main: String, pub d_stirrup: String, pub d_reinforcement_web: String, pub d_bar_spacing: String, pub strength_concrete: Option<String>, pub strength_reinforcement_main: String, pub strength_reinforcement_2nd_main: Option<String>, pub strength_stirrup: String, pub strength_reinforcement_web: String, pub strength_bar_spacing: String, pub depth_cover_left: Option<f64>, pub depth_cover_right: Option<f64>, pub depth_cover_top: Option<f64>, pub depth_cover_bottom: Option<f64>, pub stb_sec_figure: StbSecFigureBeam, pub stb_sec_bar_arrangement: StbSecBarArrangementBeam,
}

Fields§

§id: i32§name: String§floor: String§kind_beam: BeamKind§is_foundation: bool§is_canti: bool§d_reinforcement_main: String§d_stirrup: String§d_reinforcement_web: String§d_bar_spacing: String§strength_concrete: Option<String>§strength_reinforcement_main: String§strength_reinforcement_2nd_main: Option<String>§strength_stirrup: String§strength_reinforcement_web: String§strength_bar_spacing: String§depth_cover_left: Option<f64>§depth_cover_right: Option<f64>§depth_cover_top: Option<f64>§depth_cover_bottom: Option<f64>§stb_sec_figure: StbSecFigureBeam§stb_sec_bar_arrangement: StbSecBarArrangementBeam

Trait Implementations§

Source§

impl Debug for StbSecBeamRC

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl StbSectionsChildren for StbSecBeamRC

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.