pub struct StbGirder {
pub id: i32,
pub name: String,
pub id_node_start: i32,
pub id_node_end: i32,
pub rotate: f64,
pub id_section: i32,
pub kind_structure: GirderStructureKind,
pub is_foundation: bool,
pub offset: f64,
pub level: f64,
pub type_haunch_h: Option<HaunchType>,
}Fields§
§id: i32§name: String§id_node_start: i32§id_node_end: i32§rotate: f64§id_section: i32§kind_structure: GirderStructureKind§is_foundation: bool§offset: f64§level: f64§type_haunch_h: Option<HaunchType>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbGirder
impl RefUnwindSafe for StbGirder
impl Send for StbGirder
impl Sync for StbGirder
impl Unpin for StbGirder
impl UnwindSafe for StbGirder
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