Struct ECHOWAVEFILTER
#[repr(C, packed(1))]pub struct ECHOWAVEFILTER {
pub wfltr: WAVEFILTER,
pub dwVolume: u32,
pub dwDelay: u32,
}
Fields§
§wfltr: WAVEFILTER
§dwVolume: u32
§dwDelay: u32
Trait Implementations§
§impl Clone for ECHOWAVEFILTER
impl Clone for ECHOWAVEFILTER
§fn clone(&self) -> ECHOWAVEFILTER
fn clone(&self) -> ECHOWAVEFILTER
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 Default for ECHOWAVEFILTER
impl Default for ECHOWAVEFILTER
impl Copy for ECHOWAVEFILTER
Auto Trait Implementations§
impl Freeze for ECHOWAVEFILTER
impl RefUnwindSafe for ECHOWAVEFILTER
impl Send for ECHOWAVEFILTER
impl Sync for ECHOWAVEFILTER
impl Unpin for ECHOWAVEFILTER
impl UnwindSafe for ECHOWAVEFILTER
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