pub struct StbSecBeamStartCenterEndSection {
pub pos: StbSecBeamSectionPosition,
pub count_main_top_1st: u32,
pub count_main_bottom_1st: u32,
pub count_stirrup: u32,
pub pitch_stirrup: f64,
pub count_web: u32,
pub count_bar_spacing: u32,
pub pitch_bar_spacing: f64,
}Fields§
§pos: StbSecBeamSectionPosition§count_main_top_1st: u32§count_main_bottom_1st: u32§count_stirrup: u32§pitch_stirrup: f64§count_web: u32§count_bar_spacing: u32§pitch_bar_spacing: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbSecBeamStartCenterEndSection
impl RefUnwindSafe for StbSecBeamStartCenterEndSection
impl Send for StbSecBeamStartCenterEndSection
impl Sync for StbSecBeamStartCenterEndSection
impl Unpin for StbSecBeamStartCenterEndSection
impl UnwindSafe for StbSecBeamStartCenterEndSection
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