Struct winapi::dsound::DSBCAPS [] [src]

#[repr(C)]
pub struct DSBCAPS { pub dwSize: DWORD, pub dwFlags: DWORD, pub dwBufferBytes: DWORD, pub dwUnlockTransferRate: DWORD, pub dwPlayCpuOverhead: DWORD, }

Fields

Trait Implementations

impl Debug for DSBCAPS
[src]

Formats the value using the given formatter.

impl Copy for DSBCAPS
[src]

impl Clone for DSBCAPS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more