Struct windows_sys::Win32::Media::Audio::VOLUMEWAVEFILTER
#[repr(C, packed(1))]pub struct VOLUMEWAVEFILTER {
pub wfltr: WAVEFILTER,
pub dwVolume: u32,
}
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§
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