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 | |
dwFlags | |
dwBufferBytes | |
dwUnlockTransferRate | |
dwPlayCpuOverhead |
Trait Implementations
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