pub struct LumpedVibrationCase {
pub id: LumpedVibrationCaseId,
pub name: String,
pub wave_name: String,
pub dir: LumpedVibrationDir,
pub nonlinear: bool,
pub dim: LumpedVibrationDim,
}Expand description
質点系時刻歴応答解析の振動ケース。
Fields§
§id: LumpedVibrationCaseId§name: String§wave_name: String§dir: LumpedVibrationDir§nonlinear: bool§dim: LumpedVibrationDimTrait Implementations§
Source§impl Clone for LumpedVibrationCase
impl Clone for LumpedVibrationCase
Source§fn clone(&self) -> LumpedVibrationCase
fn clone(&self) -> LumpedVibrationCase
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 moreSource§impl Debug for LumpedVibrationCase
impl Debug for LumpedVibrationCase
Source§impl<'de> Deserialize<'de> for LumpedVibrationCase
impl<'de> Deserialize<'de> for LumpedVibrationCase
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 LumpedVibrationCase
Source§impl PartialEq for LumpedVibrationCase
impl PartialEq for LumpedVibrationCase
Source§fn eq(&self, other: &LumpedVibrationCase) -> bool
fn eq(&self, other: &LumpedVibrationCase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LumpedVibrationCase
impl Serialize for LumpedVibrationCase
impl StructuralPartialEq for LumpedVibrationCase
Auto Trait Implementations§
impl Freeze for LumpedVibrationCase
impl RefUnwindSafe for LumpedVibrationCase
impl Send for LumpedVibrationCase
impl Sync for LumpedVibrationCase
impl Unpin for LumpedVibrationCase
impl UnsafeUnpin for LumpedVibrationCase
impl UnwindSafe for LumpedVibrationCase
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