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