pub enum IsolatorKind {
LaminatedRubber,
LeadRubber,
HighDampingRubber,
ElasticSliding,
}Expand description
免震支承材の種別(各免震部材指針)。
Variants§
LaminatedRubber
天然ゴム系積層ゴム(マルチシアスプリング、水平バイリニア)。
LeadRubber
鉛プラグ挿入型積層ゴム(LRB。鉛 Qd + ゴム二次剛性のバイリニア)。
HighDampingRubber
高減衰ゴム系積層ゴム(HDR。等価せん断剛性が歪 γ 依存)。
ElasticSliding
弾性すべり支承(摩擦ばね、Qmax=μ·N)。
Trait Implementations§
Source§impl Clone for IsolatorKind
impl Clone for IsolatorKind
Source§fn clone(&self) -> IsolatorKind
fn clone(&self) -> IsolatorKind
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 IsolatorKind
Source§impl Debug for IsolatorKind
impl Debug for IsolatorKind
Source§impl<'de> Deserialize<'de> for IsolatorKind
impl<'de> Deserialize<'de> for IsolatorKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for IsolatorKind
Source§impl PartialEq for IsolatorKind
impl PartialEq for IsolatorKind
Source§fn eq(&self, other: &IsolatorKind) -> bool
fn eq(&self, other: &IsolatorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IsolatorKind
impl Serialize for IsolatorKind
impl StructuralPartialEq for IsolatorKind
Auto Trait Implementations§
impl Freeze for IsolatorKind
impl RefUnwindSafe for IsolatorKind
impl Send for IsolatorKind
impl Sync for IsolatorKind
impl Unpin for IsolatorKind
impl UnsafeUnpin for IsolatorKind
impl UnwindSafe for IsolatorKind
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