Struct winapi::mmsystem::MIDIINCAPSW [] [src]

pub struct MIDIINCAPSW {
    pub wMid: WORD,
    pub wPid: WORD,
    pub vDriverVersion: MMVERSION,
    pub szPname: [WCHAR; 32],
    pub dwSupport: DWORD,
}

Fields

wMid: WORD wPid: WORD vDriverVersion: MMVERSION szPname: [WCHAR; 32] dwSupport: DWORD

Trait Implementations

impl Debug for MIDIINCAPSW
[src]

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

Formats the value using the given formatter.

impl Copy for MIDIINCAPSW
[src]

impl Clone for MIDIINCAPSW
[src]

fn clone(&self) -> MIDIINCAPSW

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