Struct synthizer_sys::syz_RouteConfig
source · [−]#[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
sourceimpl Clone for syz_RouteConfig
impl Clone for syz_RouteConfig
sourcefn clone(&self) -> syz_RouteConfig
fn clone(&self) -> syz_RouteConfig
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 moresourceimpl Debug for syz_RouteConfig
impl Debug for syz_RouteConfig
sourceimpl Default for syz_RouteConfig
impl Default for syz_RouteConfig
sourcefn default() -> syz_RouteConfig
fn default() -> syz_RouteConfig
Returns the “default value” for a type. Read more
impl Copy for syz_RouteConfig
Auto Trait Implementations
impl RefUnwindSafe for syz_RouteConfig
impl Send for syz_RouteConfig
impl Sync for syz_RouteConfig
impl Unpin for syz_RouteConfig
impl UnwindSafe for syz_RouteConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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