pub struct PrepElementAssemblySummary {
pub assembled_element_count: usize,
pub triangle_element_count: usize,
pub quad_element_count: usize,
pub tetrahedron_element_count: usize,
pub hex_element_count: usize,
pub mixed_element_count: usize,
pub scatter_nnz_count: usize,
pub assembly_fingerprint: u64,
}Fields§
§assembled_element_count: usize§triangle_element_count: usize§quad_element_count: usize§tetrahedron_element_count: usize§hex_element_count: usize§mixed_element_count: usize§scatter_nnz_count: usize§assembly_fingerprint: u64Trait Implementations§
Source§impl Clone for PrepElementAssemblySummary
impl Clone for PrepElementAssemblySummary
Source§fn clone(&self) -> PrepElementAssemblySummary
fn clone(&self) -> PrepElementAssemblySummary
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 PrepElementAssemblySummary
impl Debug for PrepElementAssemblySummary
Source§impl<'de> Deserialize<'de> for PrepElementAssemblySummary
impl<'de> Deserialize<'de> for PrepElementAssemblySummary
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 StructuralPartialEq for PrepElementAssemblySummary
Auto Trait Implementations§
impl Freeze for PrepElementAssemblySummary
impl RefUnwindSafe for PrepElementAssemblySummary
impl Send for PrepElementAssemblySummary
impl Sync for PrepElementAssemblySummary
impl Unpin for PrepElementAssemblySummary
impl UnsafeUnpin for PrepElementAssemblySummary
impl UnwindSafe for PrepElementAssemblySummary
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