Struct winapi::mmsystem::WAVEOUTCAPSW
[−]
[src]
pub struct WAVEOUTCAPSW { pub wMid: WORD, pub wPid: WORD, pub vDriverVersion: MMVERSION, pub szPname: [WCHAR; 32], pub dwFormats: DWORD, pub wChannels: WORD, pub wReserved1: WORD, pub dwSupport: DWORD, }
Fields
wMid | |
wPid | |
vDriverVersion | |
szPname | |
dwFormats | |
wChannels | |
wReserved1 | |
dwSupport |
Trait Implementations
impl Copy for WAVEOUTCAPSW
[src]
impl Clone for WAVEOUTCAPSW
[src]
fn clone(&self) -> WAVEOUTCAPSW
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