pub struct QualityThresholds {
pub min_scaled_jacobian: f64,
pub max_aspect_ratio: f64,
pub max_boundary_projection_error_m: f64,
pub allow_inverted_elements: bool,
}Fields§
§min_scaled_jacobian: f64§max_aspect_ratio: f64§max_boundary_projection_error_m: f64§allow_inverted_elements: boolTrait Implementations§
Source§impl Clone for QualityThresholds
impl Clone for QualityThresholds
Source§fn clone(&self) -> QualityThresholds
fn clone(&self) -> QualityThresholds
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 QualityThresholds
Source§impl Debug for QualityThresholds
impl Debug for QualityThresholds
Source§impl Default for QualityThresholds
impl Default for QualityThresholds
Source§impl<'de> Deserialize<'de> for QualityThresholds
impl<'de> Deserialize<'de> for QualityThresholds
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 QualityThresholds
impl PartialEq for QualityThresholds
Source§impl Serialize for QualityThresholds
impl Serialize for QualityThresholds
impl StructuralPartialEq for QualityThresholds
Auto Trait Implementations§
impl Freeze for QualityThresholds
impl RefUnwindSafe for QualityThresholds
impl Send for QualityThresholds
impl Sync for QualityThresholds
impl Unpin for QualityThresholds
impl UnsafeUnpin for QualityThresholds
impl UnwindSafe for QualityThresholds
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