pub struct StbSecBeamSameSection {
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§
§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 StbSecBeamSameSection
impl RefUnwindSafe for StbSecBeamSameSection
impl Send for StbSecBeamSameSection
impl Sync for StbSecBeamSameSection
impl Unpin for StbSecBeamSameSection
impl UnwindSafe for StbSecBeamSameSection
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