#[repr(C)]pub struct syz_SineBankConfig {
pub waves: *const syz_SineBankWave,
pub wave_count: c_ulonglong,
pub initial_frequency: f64,
}Fields§
§waves: *const syz_SineBankWave§wave_count: c_ulonglong§initial_frequency: f64Trait Implementations§
Source§impl Clone for syz_SineBankConfig
impl Clone for syz_SineBankConfig
Source§fn clone(&self) -> syz_SineBankConfig
fn clone(&self) -> syz_SineBankConfig
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_SineBankConfig
impl Debug for syz_SineBankConfig
Source§impl Default for syz_SineBankConfig
impl Default for syz_SineBankConfig
impl Copy for syz_SineBankConfig
Auto Trait Implementations§
impl Freeze for syz_SineBankConfig
impl RefUnwindSafe for syz_SineBankConfig
impl !Send for syz_SineBankConfig
impl !Sync for syz_SineBankConfig
impl Unpin for syz_SineBankConfig
impl UnwindSafe for syz_SineBankConfig
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