Struct DMUS_PORTPARAMS7
#[repr(C)]pub struct DMUS_PORTPARAMS7 {
pub dwSize: u32,
pub dwValidParams: u32,
pub dwVoices: u32,
pub dwChannelGroups: u32,
pub dwAudioChannels: u32,
pub dwSampleRate: u32,
pub dwEffectFlags: u32,
pub fShare: BOOL,
}
Fields§
§dwSize: u32
§dwValidParams: u32
§dwVoices: u32
§dwChannelGroups: u32
§dwAudioChannels: u32
§dwSampleRate: u32
§dwEffectFlags: u32
Trait Implementations§
§impl Clone for DMUS_PORTPARAMS7
impl Clone for DMUS_PORTPARAMS7
§fn clone(&self) -> DMUS_PORTPARAMS7
fn clone(&self) -> DMUS_PORTPARAMS7
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_PORTPARAMS7
impl Debug for DMUS_PORTPARAMS7
§impl Default for DMUS_PORTPARAMS7
impl Default for DMUS_PORTPARAMS7
§impl PartialEq for DMUS_PORTPARAMS7
impl PartialEq for DMUS_PORTPARAMS7
impl Copy for DMUS_PORTPARAMS7
impl StructuralPartialEq for DMUS_PORTPARAMS7
Auto Trait Implementations§
impl Freeze for DMUS_PORTPARAMS7
impl RefUnwindSafe for DMUS_PORTPARAMS7
impl Send for DMUS_PORTPARAMS7
impl Sync for DMUS_PORTPARAMS7
impl Unpin for DMUS_PORTPARAMS7
impl UnwindSafe for DMUS_PORTPARAMS7
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