Struct synthizer_sys::syz_BiquadConfig
source · [−]#[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
sourceimpl Clone for syz_BiquadConfig
impl Clone for syz_BiquadConfig
sourcefn clone(&self) -> syz_BiquadConfig
fn clone(&self) -> syz_BiquadConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for syz_BiquadConfig
impl Debug for syz_BiquadConfig
sourceimpl Default for syz_BiquadConfig
impl Default for syz_BiquadConfig
sourcefn default() -> syz_BiquadConfig
fn default() -> syz_BiquadConfig
Returns the “default value” for a type. Read more
impl Copy for syz_BiquadConfig
Auto Trait Implementations
impl RefUnwindSafe for syz_BiquadConfig
impl Send for syz_BiquadConfig
impl Sync for syz_BiquadConfig
impl Unpin for syz_BiquadConfig
impl UnwindSafe for syz_BiquadConfig
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more