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