pub struct StbMembers {
pub stb_columns: StbColumns,
pub stb_posts: StbPosts,
pub stb_girders: StbGirders,
pub stb_beams: StbBeams,
pub stb_braces: StbBraces,
pub stb_slabs: StbSlabs,
}Fields§
§stb_columns: StbColumns§stb_posts: StbPosts§stb_girders: StbGirders§stb_beams: StbBeams§stb_braces: StbBraces§stb_slabs: StbSlabsTrait Implementations§
Auto Trait Implementations§
impl Freeze for StbMembers
impl RefUnwindSafe for StbMembers
impl Send for StbMembers
impl Sync for StbMembers
impl Unpin for StbMembers
impl UnwindSafe for StbMembers
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