Struct DMUS_PORTCAPS
#[repr(C)]pub struct DMUS_PORTCAPS {
pub dwSize: u32,
pub dwFlags: u32,
pub guidPort: GUID,
pub dwClass: u32,
pub dwType: u32,
pub dwMemorySize: u32,
pub dwMaxChannelGroups: u32,
pub dwMaxVoices: u32,
pub dwMaxAudioChannels: u32,
pub dwEffectFlags: u32,
pub wszDescription: [u16; 128],
}Fields§
§dwSize: u32§dwFlags: u32§guidPort: GUID§dwClass: u32§dwType: u32§dwMemorySize: u32§dwMaxChannelGroups: u32§dwMaxVoices: u32§dwMaxAudioChannels: u32§dwEffectFlags: u32§wszDescription: [u16; 128]Trait Implementations§
§impl Clone for DMUS_PORTCAPS
impl Clone for DMUS_PORTCAPS
§fn clone(&self) -> DMUS_PORTCAPS
fn clone(&self) -> DMUS_PORTCAPS
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_PORTCAPS
impl Debug for DMUS_PORTCAPS
§impl Default for DMUS_PORTCAPS
impl Default for DMUS_PORTCAPS
§impl PartialEq for DMUS_PORTCAPS
impl PartialEq for DMUS_PORTCAPS
impl Copy for DMUS_PORTCAPS
impl StructuralPartialEq for DMUS_PORTCAPS
Auto Trait Implementations§
impl Freeze for DMUS_PORTCAPS
impl RefUnwindSafe for DMUS_PORTCAPS
impl Send for DMUS_PORTCAPS
impl Sync for DMUS_PORTCAPS
impl Unpin for DMUS_PORTCAPS
impl UnwindSafe for DMUS_PORTCAPS
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