pub enum BaseSupport {
Fixed,
Pinned,
}Expand description
柱脚(最下レベルの節点)の支持条件。
既定はピン。基礎梁は部材として生成されるため、それによる柱脚の回転拘束は 解析が直接評価する。支点に重ねて固定を与えると、基礎そのものの回転拘束を 無条件に見込むことになり、出発点のモデルとしては危険側に出やすい。
Variants§
Trait Implementations§
Source§impl Clone for BaseSupport
impl Clone for BaseSupport
Source§fn clone(&self) -> BaseSupport
fn clone(&self) -> BaseSupport
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 BaseSupport
Source§impl Debug for BaseSupport
impl Debug for BaseSupport
Source§impl Default for BaseSupport
impl Default for BaseSupport
Source§fn default() -> BaseSupport
fn default() -> BaseSupport
Returns the “default value” for a type. Read more
impl Eq for BaseSupport
Source§impl PartialEq for BaseSupport
impl PartialEq for BaseSupport
Source§fn eq(&self, other: &BaseSupport) -> bool
fn eq(&self, other: &BaseSupport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BaseSupport
Auto Trait Implementations§
impl Freeze for BaseSupport
impl RefUnwindSafe for BaseSupport
impl Send for BaseSupport
impl Sync for BaseSupport
impl Unpin for BaseSupport
impl UnsafeUnpin for BaseSupport
impl UnwindSafe for BaseSupport
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