Struct winapi::mmreg::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 | |
nChannels | |
nSamplesPerSec | |
nAvgBytesPerSec | |
nBlockAlign | |
wBitsPerSample | |
cbSize |
Trait Implementations
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