pub struct NoiseTable { /* private fields */ }Expand description
Contains wave tables for generating different kinds of noises.
Used by noise_to_pcm.
Implementations§
Source§impl NoiseTable
impl NoiseTable
Sourcepub fn generate() -> Self
pub fn generate() -> Self
Generate a new NoiseTable.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoiseTable
impl RefUnwindSafe for NoiseTable
impl Send for NoiseTable
impl Sync for NoiseTable
impl Unpin for NoiseTable
impl UnsafeUnpin for NoiseTable
impl UnwindSafe for NoiseTable
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