pub struct CompositeProps {
pub area_ax: f64,
pub iy: f64,
pub iz: f64,
pub j: f64,
pub as_y: f64,
pub as_z: f64,
}Expand description
SRC/CFT の複合換算断面性能(要素剛性用。各種合成構造設計指針)。
いずれも要素に割り当てた材料(SRC はコンクリート、CFT は鋼管)を基準とした
等価値。質量算定用の断面積(calc_area)とは区別して用いること。
Fields§
§area_ax: f64軸剛性用断面積 [mm²]
iy: f64§iz: f64§j: f64§as_y: f64§as_z: f64Trait Implementations§
Source§impl Clone for CompositeProps
impl Clone for CompositeProps
Source§fn clone(&self) -> CompositeProps
fn clone(&self) -> CompositeProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompositeProps
Source§impl Debug for CompositeProps
impl Debug for CompositeProps
Source§impl PartialEq for CompositeProps
impl PartialEq for CompositeProps
Source§fn eq(&self, other: &CompositeProps) -> bool
fn eq(&self, other: &CompositeProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompositeProps
Auto Trait Implementations§
impl Freeze for CompositeProps
impl RefUnwindSafe for CompositeProps
impl Send for CompositeProps
impl Sync for CompositeProps
impl Unpin for CompositeProps
impl UnsafeUnpin for CompositeProps
impl UnwindSafe for CompositeProps
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