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