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