pub struct ModalSolveOptions {
pub mode_count: usize,
pub prep_context: Option<FeaPrepContext>,
pub thermo_mechanical_context: Option<FeaThermoMechanicalContext>,
pub electro_thermal_context: Option<FeaElectroThermalContext>,
}Fields§
§mode_count: usize§prep_context: Option<FeaPrepContext>§thermo_mechanical_context: Option<FeaThermoMechanicalContext>§electro_thermal_context: Option<FeaElectroThermalContext>Trait Implementations§
Source§impl Clone for ModalSolveOptions
impl Clone for ModalSolveOptions
Source§fn clone(&self) -> ModalSolveOptions
fn clone(&self) -> ModalSolveOptions
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 ModalSolveOptions
impl Debug for ModalSolveOptions
Source§impl Default for ModalSolveOptions
impl Default for ModalSolveOptions
Source§impl PartialEq for ModalSolveOptions
impl PartialEq for ModalSolveOptions
impl StructuralPartialEq for ModalSolveOptions
Auto Trait Implementations§
impl Freeze for ModalSolveOptions
impl RefUnwindSafe for ModalSolveOptions
impl Send for ModalSolveOptions
impl Sync for ModalSolveOptions
impl Unpin for ModalSolveOptions
impl UnsafeUnpin for ModalSolveOptions
impl UnwindSafe for ModalSolveOptions
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