#[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], }
Expand description

Required features: "Win32_Media_Audio_DirectMusic"

Fields

dwSize: u32dwFlags: u32guidPort: GUIDdwClass: u32dwType: u32dwMemorySize: u32dwMaxChannelGroups: u32dwMaxVoices: u32dwMaxAudioChannels: u32dwEffectFlags: u32wszDescription: [u16; 128]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.