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: WORD wPid: WORD vDriverVersion: MMVERSION szPname: [WCHAR; 32] dwFormats: DWORD wChannels: WORD wReserved1: WORD

Trait Implementations

impl Debug for WAVEINCAPSW
[src]

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

Formats the value using the given formatter.

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