Struct windows_sys::Win32::Media::KernelStreaming::KSAUDIO_MIXLEVEL
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
, "Win32_Foundation"
Fields
Mute: BOOL
Level: i32
Trait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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