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

pub struct DSBCAPS {
    pub dwSize: DWORD,
    pub dwFlags: DWORD,
    pub dwBufferBytes: DWORD,
    pub dwUnlockTransferRate: DWORD,
    pub dwPlayCpuOverhead: DWORD,
}

Fields

dwSize: DWORD dwFlags: DWORD dwBufferBytes: DWORD dwUnlockTransferRate: DWORD dwPlayCpuOverhead: DWORD

Trait Implementations

impl Debug for DSBCAPS
[src]

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

Formats the value using the given formatter.

impl Copy for DSBCAPS
[src]

impl Clone for DSBCAPS
[src]

fn clone(&self) -> DSBCAPS

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