Struct windows_sys::Win32::Media::KernelStreaming::KSAUDIO_MIXCAP_TABLE
#[repr(C)]pub struct KSAUDIO_MIXCAP_TABLE {
pub InputChannels: u32,
pub OutputChannels: u32,
pub Capabilities: [KSAUDIO_MIX_CAPS; 1],
}Expand description
Required features: "Win32_Foundation"
Fields§
§InputChannels: u32§OutputChannels: u32§Capabilities: [KSAUDIO_MIX_CAPS; 1]Trait Implementations§
§impl Clone for KSAUDIO_MIXCAP_TABLE
impl Clone for KSAUDIO_MIXCAP_TABLE
impl Copy for KSAUDIO_MIXCAP_TABLE
Auto Trait Implementations§
impl RefUnwindSafe for KSAUDIO_MIXCAP_TABLE
impl Send for KSAUDIO_MIXCAP_TABLE
impl Sync for KSAUDIO_MIXCAP_TABLE
impl Unpin for KSAUDIO_MIXCAP_TABLE
impl UnwindSafe for KSAUDIO_MIXCAP_TABLE
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