pub enum Fitting {
Soft,
Snap,
}Expand description
Constraint on how the buffer layer approaches the target surface.
Variants§
Soft
The layer settles wherever the quality and fit energies balance.
Snap
The layer settles as above, but is then projected onto the surface, after which the interior relaxes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fitting
impl RefUnwindSafe for Fitting
impl Send for Fitting
impl Sync for Fitting
impl Unpin for Fitting
impl UnsafeUnpin for Fitting
impl UnwindSafe for Fitting
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