Struct windows_sys::Win32::Media::KernelStreaming::KSAUDIO_DYNAMIC_RANGE
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
QuietCompression: u32
LoudCompression: u32
Trait Implementations
impl Clone for KSAUDIO_DYNAMIC_RANGE
impl Clone for KSAUDIO_DYNAMIC_RANGE
impl Copy for KSAUDIO_DYNAMIC_RANGE
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIO_DYNAMIC_RANGE
impl Send for KSAUDIO_DYNAMIC_RANGE
impl Sync for KSAUDIO_DYNAMIC_RANGE
impl Unpin for KSAUDIO_DYNAMIC_RANGE
impl UnwindSafe for KSAUDIO_DYNAMIC_RANGE
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