#[repr(C)]pub struct syz_EchoTapConfig {
pub delay: f64,
pub gain_l: f64,
pub gain_r: f64,
}Fields§
§delay: f64§gain_l: f64§gain_r: f64Trait Implementations§
Source§impl Clone for syz_EchoTapConfig
impl Clone for syz_EchoTapConfig
Source§fn clone(&self) -> syz_EchoTapConfig
fn clone(&self) -> syz_EchoTapConfig
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_EchoTapConfig
impl Debug for syz_EchoTapConfig
Source§impl Default for syz_EchoTapConfig
impl Default for syz_EchoTapConfig
Source§fn default() -> syz_EchoTapConfig
fn default() -> syz_EchoTapConfig
Returns the “default value” for a type. Read more
impl Copy for syz_EchoTapConfig
Auto Trait Implementations§
impl Freeze for syz_EchoTapConfig
impl RefUnwindSafe for syz_EchoTapConfig
impl Send for syz_EchoTapConfig
impl Sync for syz_EchoTapConfig
impl Unpin for syz_EchoTapConfig
impl UnwindSafe for syz_EchoTapConfig
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