pub struct MeshGenerationOptions {
pub periodic: Periodicity,
}Expand description
Optional configuration for mesh generation.
Fields§
§periodic: PeriodicityTrait Implementations§
Source§impl Clone for MeshGenerationOptions
impl Clone for MeshGenerationOptions
Source§fn clone(&self) -> MeshGenerationOptions
fn clone(&self) -> MeshGenerationOptions
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 MeshGenerationOptions
Source§impl Debug for MeshGenerationOptions
impl Debug for MeshGenerationOptions
Source§impl Default for MeshGenerationOptions
impl Default for MeshGenerationOptions
Source§fn default() -> MeshGenerationOptions
fn default() -> MeshGenerationOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MeshGenerationOptions
impl RefUnwindSafe for MeshGenerationOptions
impl Send for MeshGenerationOptions
impl Sync for MeshGenerationOptions
impl Unpin for MeshGenerationOptions
impl UnsafeUnpin for MeshGenerationOptions
impl UnwindSafe for MeshGenerationOptions
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