pub struct MeshingOptions {
pub profile: MeshingProfile,
pub target_element_budget: usize,
}Fields§
§profile: MeshingProfile§target_element_budget: usizeTrait Implementations§
Source§impl Clone for MeshingOptions
impl Clone for MeshingOptions
Source§fn clone(&self) -> MeshingOptions
fn clone(&self) -> MeshingOptions
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 MeshingOptions
Source§impl Debug for MeshingOptions
impl Debug for MeshingOptions
Source§impl Default for MeshingOptions
impl Default for MeshingOptions
Source§impl<'de> Deserialize<'de> for MeshingOptions
impl<'de> Deserialize<'de> for MeshingOptions
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 MeshingOptions
Source§impl PartialEq for MeshingOptions
impl PartialEq for MeshingOptions
Source§fn eq(&self, other: &MeshingOptions) -> bool
fn eq(&self, other: &MeshingOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MeshingOptions
impl Serialize for MeshingOptions
impl StructuralPartialEq for MeshingOptions
Auto Trait Implementations§
impl Freeze for MeshingOptions
impl RefUnwindSafe for MeshingOptions
impl Send for MeshingOptions
impl Sync for MeshingOptions
impl Unpin for MeshingOptions
impl UnsafeUnpin for MeshingOptions
impl UnwindSafe for MeshingOptions
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