Struct winapi::mmreg::WAVEFORMATEXTENSIBLE [] [src]

pub struct WAVEFORMATEXTENSIBLE {
    pub Format: WAVEFORMATEX,
    pub Samples: WORD,
    pub dwChannelMask: DWORD,
    pub SubFormat: GUID,
}

Fields

Format: WAVEFORMATEX Samples: WORD dwChannelMask: DWORD SubFormat: GUID

Trait Implementations

impl Debug for WAVEFORMATEXTENSIBLE
[src]

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

Formats the value using the given formatter.

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