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