Struct winapi::dsound::DSBUFFERDESC [] [src]

pub struct DSBUFFERDESC {
    pub dwSize: DWORD,
    pub dwFlags: DWORD,
    pub dwBufferBytes: DWORD,
    pub dwReserved: DWORD,
    pub lpwfxFormat: LPWAVEFORMATEX,
    pub guid3DAlgorithm: GUID,
}

Fields

dwSize: DWORD dwFlags: DWORD dwBufferBytes: DWORD dwReserved: DWORD lpwfxFormat: LPWAVEFORMATEX guid3DAlgorithm: GUID

Trait Implementations

impl Debug for DSBUFFERDESC
[src]

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

Formats the value using the given formatter.

impl Copy for DSBUFFERDESC
[src]

impl Clone for DSBUFFERDESC
[src]

fn clone(&self) -> DSBUFFERDESC

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