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: WORD wPid: WORD vDriverVersion: MMVERSION szPname: [WCHAR; 32] wTechnology: WORD wVoices: WORD wNotes: WORD wChannelMask: WORD dwSupport: DWORD

Trait Implementations

impl Debug for MIDIOUTCAPSW
[src]

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

Formats the value using the given formatter.

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