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