Struct windows_sys::Win32::Media::KernelStreaming::KSAUDIO_MIXLEVEL
#[repr(C)]pub struct KSAUDIO_MIXLEVEL {
pub Mute: BOOL,
pub Level: i32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Mute: BOOL§Level: i32Trait Implementations§
§impl Clone for KSAUDIO_MIXLEVEL
impl Clone for KSAUDIO_MIXLEVEL
impl Copy for KSAUDIO_MIXLEVEL
Auto Trait Implementations§
impl RefUnwindSafe for KSAUDIO_MIXLEVEL
impl Send for KSAUDIO_MIXLEVEL
impl Sync for KSAUDIO_MIXLEVEL
impl Unpin for KSAUDIO_MIXLEVEL
impl UnwindSafe for KSAUDIO_MIXLEVEL
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