pub struct SolidElementQuality {
pub volume_m3: f64,
pub min_edge_length_m: f64,
pub max_edge_length_m: f64,
pub aspect_ratio: f64,
}Fields§
§volume_m3: f64§min_edge_length_m: f64§max_edge_length_m: f64§aspect_ratio: f64Implementations§
Trait Implementations§
Source§impl Clone for SolidElementQuality
impl Clone for SolidElementQuality
Source§fn clone(&self) -> SolidElementQuality
fn clone(&self) -> SolidElementQuality
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 SolidElementQuality
Source§impl Debug for SolidElementQuality
impl Debug for SolidElementQuality
Source§impl<'de> Deserialize<'de> for SolidElementQuality
impl<'de> Deserialize<'de> for SolidElementQuality
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
Source§impl PartialEq for SolidElementQuality
impl PartialEq for SolidElementQuality
Source§impl Serialize for SolidElementQuality
impl Serialize for SolidElementQuality
impl StructuralPartialEq for SolidElementQuality
Auto Trait Implementations§
impl Freeze for SolidElementQuality
impl RefUnwindSafe for SolidElementQuality
impl Send for SolidElementQuality
impl Sync for SolidElementQuality
impl Unpin for SolidElementQuality
impl UnsafeUnpin for SolidElementQuality
impl UnwindSafe for SolidElementQuality
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