pub struct StbPost {Show 17 fields
pub id: i32,
pub name: String,
pub id_node_bottom: i32,
pub id_node_top: i32,
pub rotate: f64,
pub id_section: i32,
pub kind_structure: ColumnStructureKind,
pub offset_x: f64,
pub offset_y: f64,
pub offset_bottom_x: f64,
pub offset_bottom_y: f64,
pub offset_bottom_z: f64,
pub offset_top_x: f64,
pub offset_top_y: f64,
pub offset_top_z: f64,
pub condition_bottom: JointCondition,
pub condition_top: JointCondition,
}Fields§
§id: i32§name: String§id_node_bottom: i32§id_node_top: i32§rotate: f64§id_section: i32§kind_structure: ColumnStructureKind§offset_x: f64§offset_y: f64§offset_bottom_x: f64§offset_bottom_y: f64§offset_bottom_z: f64§offset_top_x: f64§offset_top_y: f64§offset_top_z: f64§condition_bottom: JointCondition§condition_top: JointConditionTrait Implementations§
Auto Trait Implementations§
impl Freeze for StbPost
impl RefUnwindSafe for StbPost
impl Send for StbPost
impl Sync for StbPost
impl Unpin for StbPost
impl UnwindSafe for StbPost
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