pub struct FeatureNoiseParameters {
pub first_octave: i32,
pub amplitudes: Vec<f64>,
}Expand description
Noise parameters embedded in vanilla feature providers.
Fields§
§first_octave: i32§amplitudes: Vec<f64>Trait Implementations§
Source§impl Clone for FeatureNoiseParameters
impl Clone for FeatureNoiseParameters
Source§fn clone(&self) -> FeatureNoiseParameters
fn clone(&self) -> FeatureNoiseParameters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FeatureNoiseParameters
impl RefUnwindSafe for FeatureNoiseParameters
impl Send for FeatureNoiseParameters
impl Sync for FeatureNoiseParameters
impl Unpin for FeatureNoiseParameters
impl UnsafeUnpin for FeatureNoiseParameters
impl UnwindSafe for FeatureNoiseParameters
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