#[repr(C)]pub struct BLApproximationOptions {
pub flattenMode: u8,
pub offsetMode: u8,
pub reservedFlags: [u8; 6],
pub flattenTolerance: f64,
pub simplifyTolerance: f64,
pub offsetParameter: f64,
}Fields§
§flattenMode: u8§offsetMode: u8§reservedFlags: [u8; 6]§flattenTolerance: f64§simplifyTolerance: f64§offsetParameter: f64Trait Implementations§
Source§impl Clone for BLApproximationOptions
impl Clone for BLApproximationOptions
Source§fn clone(&self) -> BLApproximationOptions
fn clone(&self) -> BLApproximationOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLApproximationOptions
Auto Trait Implementations§
impl Freeze for BLApproximationOptions
impl RefUnwindSafe for BLApproximationOptions
impl Send for BLApproximationOptions
impl Sync for BLApproximationOptions
impl Unpin for BLApproximationOptions
impl UnwindSafe for BLApproximationOptions
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