Struct windows::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,
}
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
§fn clone(&self) -> DMUS_PORTPARAMS8
fn clone(&self) -> DMUS_PORTPARAMS8
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DMUS_PORTPARAMS8
impl Debug for DMUS_PORTPARAMS8
§impl Default for DMUS_PORTPARAMS8
impl Default for DMUS_PORTPARAMS8
§impl PartialEq for DMUS_PORTPARAMS8
impl PartialEq for DMUS_PORTPARAMS8
§fn eq(&self, other: &DMUS_PORTPARAMS8) -> bool
fn eq(&self, other: &DMUS_PORTPARAMS8) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DMUS_PORTPARAMS8
impl Eq for DMUS_PORTPARAMS8
impl StructuralPartialEq for DMUS_PORTPARAMS8
Auto Trait Implementations§
impl Freeze for DMUS_PORTPARAMS8
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)