Struct winapi::WAVEFORMATEX [] [src]

pub struct WAVEFORMATEX {
    pub wFormatTag: WORD,
    pub nChannels: WORD,
    pub nSamplesPerSec: DWORD,
    pub nAvgBytesPerSec: DWORD,
    pub nBlockAlign: WORD,
    pub wBitsPerSample: WORD,
    pub cbSize: WORD,
}

Fields

wFormatTag: WORD nChannels: WORD nSamplesPerSec: DWORD nAvgBytesPerSec: DWORD nBlockAlign: WORD wBitsPerSample: WORD cbSize: WORD

Trait Implementations

impl Debug for WAVEFORMATEX
[src]

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

Formats the value using the given formatter.

impl Copy for WAVEFORMATEX
[src]

impl Clone for WAVEFORMATEX
[src]

fn clone(&self) -> WAVEFORMATEX

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