pub struct MeshDMAdaptIterationOptions {
pub max_iterations: usize,
pub stop_when_below_threshold: bool,
}Fields§
§max_iterations: usize§stop_when_below_threshold: boolTrait Implementations§
Source§impl Clone for MeshDMAdaptIterationOptions
impl Clone for MeshDMAdaptIterationOptions
Source§fn clone(&self) -> MeshDMAdaptIterationOptions
fn clone(&self) -> MeshDMAdaptIterationOptions
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 moreSource§impl Debug for MeshDMAdaptIterationOptions
impl Debug for MeshDMAdaptIterationOptions
Source§impl Default for MeshDMAdaptIterationOptions
impl Default for MeshDMAdaptIterationOptions
Source§fn default() -> MeshDMAdaptIterationOptions
fn default() -> MeshDMAdaptIterationOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MeshDMAdaptIterationOptions
impl RefUnwindSafe for MeshDMAdaptIterationOptions
impl Send for MeshDMAdaptIterationOptions
impl Sync for MeshDMAdaptIterationOptions
impl Unpin for MeshDMAdaptIterationOptions
impl UnsafeUnpin for MeshDMAdaptIterationOptions
impl UnwindSafe for MeshDMAdaptIterationOptions
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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