Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_PORTPARAMS8
[−]#[repr(C)]pub struct DMUS_PORTPARAMS8 {
pub dwSize: u32,
pub dwValidParams: u32,
pub dwVoices: u32,
pub dwChannelGroups: u32,
pub dwAudioChannels: u32,
pub dwSampleRate: u32,
pub dwEffectFlags: u32,
pub fShare: BOOL,
pub dwFeatures: u32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
, "Win32_Foundation"
Fields
dwSize: u32
dwValidParams: u32
dwVoices: u32
dwChannelGroups: u32
dwAudioChannels: u32
dwSampleRate: u32
dwEffectFlags: u32
dwFeatures: u32
Trait Implementations
impl Clone for DMUS_PORTPARAMS8
impl Clone for DMUS_PORTPARAMS8
impl Copy for DMUS_PORTPARAMS8
Auto Trait Implementations
impl RefUnwindSafe for DMUS_PORTPARAMS8
impl Send for DMUS_PORTPARAMS8
impl Sync for DMUS_PORTPARAMS8
impl Unpin for DMUS_PORTPARAMS8
impl UnwindSafe for DMUS_PORTPARAMS8
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