Struct 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
§fn clone(&self) -> VOLUMEWAVEFILTER
fn clone(&self) -> VOLUMEWAVEFILTER
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 moreimpl Copy for VOLUMEWAVEFILTER
Auto Trait Implementations§
impl Freeze for VOLUMEWAVEFILTER
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