pub enum PerturbType {
Gradient,
GradientFractal,
GradientFractalNormalize,
GradientNormalize,
None,
Normalize,
}
Variants§
Trait Implementations§
Source§impl Clone for PerturbType
impl Clone for PerturbType
Source§fn clone(&self) -> PerturbType
fn clone(&self) -> PerturbType
Returns a duplicate 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 moreSource§impl Debug for PerturbType
impl Debug for PerturbType
Source§impl PartialEq for PerturbType
impl PartialEq for PerturbType
impl Copy for PerturbType
impl Eq for PerturbType
impl StructuralPartialEq for PerturbType
Auto Trait Implementations§
impl Freeze for PerturbType
impl RefUnwindSafe for PerturbType
impl Send for PerturbType
impl Sync for PerturbType
impl Unpin for PerturbType
impl UnwindSafe for PerturbType
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