pub enum NoiseType {
Cellular,
Cubic,
CubicFractal,
Perlin,
PerlinFractal,
Simplex,
SimplexFractal,
Value,
ValueFractal,
WhiteNoise,
}Variants§
Cellular
Cubic
CubicFractal
Perlin
PerlinFractal
Simplex
SimplexFractal
Value
ValueFractal
WhiteNoise
Trait Implementations§
impl Copy for NoiseType
impl Eq for NoiseType
impl StructuralPartialEq for NoiseType
Auto Trait Implementations§
impl Freeze for NoiseType
impl RefUnwindSafe for NoiseType
impl Send for NoiseType
impl Sync for NoiseType
impl Unpin for NoiseType
impl UnwindSafe for NoiseType
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