pub struct DmplexCheckProfile {
pub check_symmetry: bool,
pub check_skeleton: bool,
pub check_faces: bool,
pub check_geometry: bool,
pub check_overlap: bool,
pub check_ownership: bool,
pub check_sections: bool,
pub check_all: bool,
}Expand description
Mesh validation switches.
Fields§
§check_symmetry: bool§check_skeleton: bool§check_faces: bool§check_geometry: bool§check_overlap: bool§check_ownership: bool§check_sections: bool§check_all: boolTrait Implementations§
Source§impl Clone for DmplexCheckProfile
impl Clone for DmplexCheckProfile
Source§fn clone(&self) -> DmplexCheckProfile
fn clone(&self) -> DmplexCheckProfile
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 DmplexCheckProfile
Source§impl Debug for DmplexCheckProfile
impl Debug for DmplexCheckProfile
Source§impl Default for DmplexCheckProfile
impl Default for DmplexCheckProfile
Source§fn default() -> DmplexCheckProfile
fn default() -> DmplexCheckProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DmplexCheckProfile
impl<'de> Deserialize<'de> for DmplexCheckProfile
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 Eq for DmplexCheckProfile
Source§impl PartialEq for DmplexCheckProfile
impl PartialEq for DmplexCheckProfile
Source§impl Serialize for DmplexCheckProfile
impl Serialize for DmplexCheckProfile
impl StructuralPartialEq for DmplexCheckProfile
Auto Trait Implementations§
impl Freeze for DmplexCheckProfile
impl RefUnwindSafe for DmplexCheckProfile
impl Send for DmplexCheckProfile
impl Sync for DmplexCheckProfile
impl Unpin for DmplexCheckProfile
impl UnsafeUnpin for DmplexCheckProfile
impl UnwindSafe for DmplexCheckProfile
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