Struct noise_functions::Frequency
source · pub struct Frequency<Noise> {
pub base: Noise,
pub frequency: f32,
}
Fields§
§base: Noise
§frequency: f32
Trait Implementations§
source§impl<const DIM: usize, const LANES: usize, Noise> Sample<DIM, Simd<f32, LANES>> for Frequency<Noise>
Available on crate feature nightly-simd
only.
impl<const DIM: usize, const LANES: usize, Noise> Sample<DIM, Simd<f32, LANES>> for Frequency<Noise>
Available on crate feature
nightly-simd
only.impl<Noise: Copy> Copy for Frequency<Noise>
Auto Trait Implementations§
impl<Noise> Freeze for Frequency<Noise>where
Noise: Freeze,
impl<Noise> RefUnwindSafe for Frequency<Noise>where
Noise: RefUnwindSafe,
impl<Noise> Send for Frequency<Noise>where
Noise: Send,
impl<Noise> Sync for Frequency<Noise>where
Noise: Sync,
impl<Noise> Unpin for Frequency<Noise>where
Noise: Unpin,
impl<Noise> UnwindSafe for Frequency<Noise>where
Noise: UnwindSafe,
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