Enum cgl_rs::noise::FractalType
source · pub enum FractalType {
None,
FBM,
Billow,
Rigid,
PingPong,
}
Expand description
The type of fractal to use when generating noise.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for FractalType
impl Send for FractalType
impl Sync for FractalType
impl Unpin for FractalType
impl UnwindSafe for FractalType
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