Struct DSFXGargle
#[repr(C)]pub struct DSFXGargle {
pub dwRateHz: u32,
pub dwWaveShape: u32,
}
Fields§
§dwRateHz: u32
§dwWaveShape: u32
Trait Implementations§
§impl Clone for DSFXGargle
impl Clone for DSFXGargle
§fn clone(&self) -> DSFXGargle
fn clone(&self) -> DSFXGargle
Returns a copy 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 more§impl Debug for DSFXGargle
impl Debug for DSFXGargle
§impl PartialEq for DSFXGargle
impl PartialEq for DSFXGargle
impl Copy for DSFXGargle
impl StructuralPartialEq for DSFXGargle
Auto Trait Implementations§
impl Freeze for DSFXGargle
impl RefUnwindSafe for DSFXGargle
impl Send for DSFXGargle
impl Sync for DSFXGargle
impl Unpin for DSFXGargle
impl UnwindSafe for DSFXGargle
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