Struct winapi::mmsystem::MIDIOUTCAPSW [] [src]

pub struct MIDIOUTCAPSW {
    pub wMid: WORD,
    pub wPid: WORD,
    pub vDriverVersion: MMVERSION,
    pub szPname: [WCHAR; 32],
    pub wTechnology: WORD,
    pub wVoices: WORD,
    pub wNotes: WORD,
    pub wChannelMask: WORD,
    pub dwSupport: DWORD,
}

Fields

wMid
wPid
vDriverVersion
szPname
wTechnology
wVoices
wNotes
wChannelMask
dwSupport

Trait Implementations

impl Copy for MIDIOUTCAPSW
[src]

impl Clone for MIDIOUTCAPSW
[src]

fn clone(&self) -> MIDIOUTCAPSW

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for MIDIOUTCAPSW
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.