Struct synthizer_sys::syz_BiquadConfig [−][src]
#[repr(C)]pub struct syz_BiquadConfig { pub _b0: f64, pub _b1: f64, pub _b2: f64, pub _a1: f64, pub _a2: f64, pub _gain: f64, pub _is_wire: c_uchar, }
Fields
_b0: f64_b1: f64_b2: f64_a1: f64_a2: f64_gain: f64_is_wire: c_ucharTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for syz_BiquadConfigimpl Send for syz_BiquadConfigimpl Sync for syz_BiquadConfigimpl Unpin for syz_BiquadConfigimpl UnwindSafe for syz_BiquadConfigBlanket Implementations
Mutably borrows from an owned value. Read more