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 | |
wPid | |
vDriverVersion | |
szPname | |
dwSupport |
Trait Implementations
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