pub struct SurfaceDiscretizationOptions {
pub preserve_source_faces: bool,
pub centroid_subdivision: bool,
pub max_curve_segments_per_edge: usize,
}Fields§
§preserve_source_faces: bool§centroid_subdivision: bool§max_curve_segments_per_edge: usizeTrait Implementations§
Source§impl Clone for SurfaceDiscretizationOptions
impl Clone for SurfaceDiscretizationOptions
Source§fn clone(&self) -> SurfaceDiscretizationOptions
fn clone(&self) -> SurfaceDiscretizationOptions
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 SurfaceDiscretizationOptions
Source§impl Debug for SurfaceDiscretizationOptions
impl Debug for SurfaceDiscretizationOptions
Source§impl<'de> Deserialize<'de> for SurfaceDiscretizationOptions
impl<'de> Deserialize<'de> for SurfaceDiscretizationOptions
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 SurfaceDiscretizationOptions
impl StructuralPartialEq for SurfaceDiscretizationOptions
Auto Trait Implementations§
impl Freeze for SurfaceDiscretizationOptions
impl RefUnwindSafe for SurfaceDiscretizationOptions
impl Send for SurfaceDiscretizationOptions
impl Sync for SurfaceDiscretizationOptions
impl Unpin for SurfaceDiscretizationOptions
impl UnsafeUnpin for SurfaceDiscretizationOptions
impl UnwindSafe for SurfaceDiscretizationOptions
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