pub enum AnisotropicSizing {
Uniform,
Adaptive,
}Expand description
Sizing for anisotropic remeshing (not implemented yet; parameters to be determined).
Variants§
Auto Trait Implementations§
impl Freeze for AnisotropicSizing
impl RefUnwindSafe for AnisotropicSizing
impl Send for AnisotropicSizing
impl Sync for AnisotropicSizing
impl Unpin for AnisotropicSizing
impl UnsafeUnpin for AnisotropicSizing
impl UnwindSafe for AnisotropicSizing
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