Struct synthizer_sys::syz_RouteConfig [−][src]
#[repr(C)]pub struct syz_RouteConfig { pub gain: f64, pub fade_time: f64, pub filter: syz_BiquadConfig, }
Fields
gain: f64fade_time: f64filter: syz_BiquadConfigTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for syz_RouteConfigimpl Send for syz_RouteConfigimpl Sync for syz_RouteConfigimpl Unpin for syz_RouteConfigimpl UnwindSafe for syz_RouteConfigBlanket Implementations
Mutably borrows from an owned value. Read more