pub enum FractalType {
None,
FBm,
Ridged,
PingPong,
DomainWarpProgressive,
DomainWarpIndependent,
}Variants§
Auto Trait Implementations§
impl Freeze for FractalType
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