pub struct MeshCheckOptions {
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,
}Fields§
§check_symmetry: bool§check_skeleton: bool§check_faces: bool§check_geometry: bool§check_overlap: bool§check_ownership: bool§check_sections: boolImplementations§
Trait Implementations§
Source§impl Clone for MeshCheckOptions
impl Clone for MeshCheckOptions
Source§fn clone(&self) -> MeshCheckOptions
fn clone(&self) -> MeshCheckOptions
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 MeshCheckOptions
Source§impl Debug for MeshCheckOptions
impl Debug for MeshCheckOptions
Source§impl Default for MeshCheckOptions
impl Default for MeshCheckOptions
Source§fn default() -> MeshCheckOptions
fn default() -> MeshCheckOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MeshCheckOptions
impl RefUnwindSafe for MeshCheckOptions
impl Send for MeshCheckOptions
impl Sync for MeshCheckOptions
impl Unpin for MeshCheckOptions
impl UnsafeUnpin for MeshCheckOptions
impl UnwindSafe for MeshCheckOptions
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