#[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§
Source§impl Clone for syz_BiquadConfig
impl Clone for syz_BiquadConfig
Source§fn clone(&self) -> syz_BiquadConfig
fn clone(&self) -> syz_BiquadConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for syz_BiquadConfig
impl Debug for syz_BiquadConfig
Source§impl Default for syz_BiquadConfig
impl Default for syz_BiquadConfig
Source§fn 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 Freeze for syz_BiquadConfig
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§
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