pub struct MeshDMFvIterationReport {
pub pass_index: usize,
pub fvm_quality: Option<FvmQualityDiagnostics>,
pub refine_candidates: usize,
pub coarsen_candidates: usize,
}Fields§
§pass_index: usize§fvm_quality: Option<FvmQualityDiagnostics>§refine_candidates: usize§coarsen_candidates: usizeTrait Implementations§
Source§impl Clone for MeshDMFvIterationReport
impl Clone for MeshDMFvIterationReport
Source§fn clone(&self) -> MeshDMFvIterationReport
fn clone(&self) -> MeshDMFvIterationReport
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 MeshDMFvIterationReport
impl Debug for MeshDMFvIterationReport
Source§impl Default for MeshDMFvIterationReport
impl Default for MeshDMFvIterationReport
Source§fn default() -> MeshDMFvIterationReport
fn default() -> MeshDMFvIterationReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MeshDMFvIterationReport
impl RefUnwindSafe for MeshDMFvIterationReport
impl Send for MeshDMFvIterationReport
impl Sync for MeshDMFvIterationReport
impl Unpin for MeshDMFvIterationReport
impl UnsafeUnpin for MeshDMFvIterationReport
impl UnwindSafe for MeshDMFvIterationReport
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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