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: StbSecBarArrangementBeamTrait Implementations§
Source§impl Debug for StbSecBeamRC
impl Debug for StbSecBeamRC
impl StbSectionsChildren for StbSecBeamRC
Auto Trait Implementations§
impl Freeze for StbSecBeamRC
impl RefUnwindSafe for StbSecBeamRC
impl Send for StbSecBeamRC
impl Sync for StbSecBeamRC
impl Unpin for StbSecBeamRC
impl UnwindSafe for StbSecBeamRC
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