Struct surge_traits::OscillatorProcessBlockCfg
source · [−]pub struct OscillatorProcessBlockCfg {
pub pitch: f32,
pub drift: f32,
pub stereo: bool,
pub fm: bool,
pub fm_depth: f32,
}
Fields
pitch: f32
drift: f32
stereo: bool
fm: bool
fm_depth: f32
Trait Implementations
sourceimpl Debug for OscillatorProcessBlockCfg
impl Debug for OscillatorProcessBlockCfg
Auto Trait Implementations
impl RefUnwindSafe for OscillatorProcessBlockCfg
impl Send for OscillatorProcessBlockCfg
impl Sync for OscillatorProcessBlockCfg
impl Unpin for OscillatorProcessBlockCfg
impl UnwindSafe for OscillatorProcessBlockCfg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more