Struct windows_sys::Win32::Media::Audio::ECHOWAVEFILTER
[−]#[repr(C, packed(1))]pub struct ECHOWAVEFILTER {
pub wfltr: WAVEFILTER,
pub dwVolume: u32,
pub dwDelay: u32,
}
Expand description
Required features: "Win32_Media_Audio"
Fields
wfltr: WAVEFILTER
dwVolume: u32
dwDelay: u32
Trait Implementations
impl Clone for ECHOWAVEFILTER
impl Clone for ECHOWAVEFILTER
impl Copy for ECHOWAVEFILTER
Auto Trait Implementations
impl RefUnwindSafe for ECHOWAVEFILTER
impl Send for ECHOWAVEFILTER
impl Sync for ECHOWAVEFILTER
impl Unpin for ECHOWAVEFILTER
impl UnwindSafe for ECHOWAVEFILTER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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