Struct winapi::mmreg::WAVEFORMATEXTENSIBLE
[−]
[src]
pub struct WAVEFORMATEXTENSIBLE { pub Format: WAVEFORMATEX, pub Samples: WORD, pub dwChannelMask: DWORD, pub SubFormat: GUID, }
Fields
Format | |
Samples | |
dwChannelMask | |
SubFormat |
Trait Implementations
impl Copy for WAVEFORMATEXTENSIBLE
[src]
impl Clone for WAVEFORMATEXTENSIBLE
[src]
fn clone(&self) -> WAVEFORMATEXTENSIBLE
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