Struct KSAUDIO_DYNAMIC_RANGE
#[repr(C)]pub struct KSAUDIO_DYNAMIC_RANGE {
pub QuietCompression: u32,
pub LoudCompression: u32,
}
Fields§
§QuietCompression: u32
§LoudCompression: u32
Trait Implementations§
§impl Clone for KSAUDIO_DYNAMIC_RANGE
impl Clone for KSAUDIO_DYNAMIC_RANGE
§fn clone(&self) -> KSAUDIO_DYNAMIC_RANGE
fn clone(&self) -> KSAUDIO_DYNAMIC_RANGE
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 KSAUDIO_DYNAMIC_RANGE
Auto Trait Implementations§
impl Freeze for KSAUDIO_DYNAMIC_RANGE
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§
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