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 | |
dwFlags | |
dwBufferBytes | |
dwReserved | |
lpwfxFormat | |
guid3DAlgorithm |
Trait Implementations
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