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