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

#[repr(C)]
pub struct DSBUFFERDESC { pub dwSize: DWORD, pub dwFlags: DWORD, pub dwBufferBytes: DWORD, pub dwReserved: DWORD, pub lpwfxFormat: LPWAVEFORMATEX, pub guid3DAlgorithm: GUID, }

Fields

Trait Implementations

impl Debug for DSBUFFERDESC
[src]

Formats the value using the given formatter.

impl Copy for DSBUFFERDESC
[src]

impl Clone for DSBUFFERDESC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more