pub enum StructureKind {
Rc,
S,
Src,
Cft,
}Expand description
部材の構造種別。
Variants§
Implementations§
Source§impl StructureKind
impl StructureKind
Trait Implementations§
Source§impl Clone for StructureKind
impl Clone for StructureKind
Source§fn clone(&self) -> StructureKind
fn clone(&self) -> StructureKind
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 StructureKind
Source§impl Debug for StructureKind
impl Debug for StructureKind
impl Eq for StructureKind
Source§impl PartialEq for StructureKind
impl PartialEq for StructureKind
Source§fn eq(&self, other: &StructureKind) -> bool
fn eq(&self, other: &StructureKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StructureKind
Auto Trait Implementations§
impl Freeze for StructureKind
impl RefUnwindSafe for StructureKind
impl Send for StructureKind
impl Sync for StructureKind
impl Unpin for StructureKind
impl UnsafeUnpin for StructureKind
impl UnwindSafe for StructureKind
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