Struct soloud::audio::Noise[][src]

pub struct Noise { /* fields omitted */ }

Noise audio type

Implementations

impl Noise[src]

pub fn set_type(&mut self, typ: NoiseType)[src]

Set noise type

pub fn set_octave_scale(
    &mut self,
    oct_0: f32,
    oct_1: f32,
    oct_2: f32,
    oct_3: f32,
    oct_4: f32,
    oct_5: f32,
    oct_6: f32,
    oct_7: f32,
    oct_8: f32,
    oct_9: f32
)
[src]

Set the octave scale

Trait Implementations

impl AudioExt for Noise[src]

impl Debug for Noise[src]

impl Drop for Noise[src]

Auto Trait Implementations

impl RefUnwindSafe for Noise

impl !Send for Noise

impl !Sync for Noise

impl Unpin for Noise

impl UnwindSafe for Noise

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.