pub enum MemberOrientation {
Column,
Beam,
}Expand description
仕口パネルに対する部材の向き。
斜材(鉛直成分が 0.2 と 0.8 の間)は、資料が接合位置と係数 ζ を定めていない
ため、いずれにも分類しない(None)。
Variants§
Trait Implementations§
Source§impl Clone for MemberOrientation
impl Clone for MemberOrientation
Source§fn clone(&self) -> MemberOrientation
fn clone(&self) -> MemberOrientation
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 MemberOrientation
Source§impl Debug for MemberOrientation
impl Debug for MemberOrientation
impl Eq for MemberOrientation
Source§impl PartialEq for MemberOrientation
impl PartialEq for MemberOrientation
Source§fn eq(&self, other: &MemberOrientation) -> bool
fn eq(&self, other: &MemberOrientation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MemberOrientation
Auto Trait Implementations§
impl Freeze for MemberOrientation
impl RefUnwindSafe for MemberOrientation
impl Send for MemberOrientation
impl Sync for MemberOrientation
impl Unpin for MemberOrientation
impl UnsafeUnpin for MemberOrientation
impl UnwindSafe for MemberOrientation
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