#[repr(C)]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§
Auto Trait Implementations§
impl Freeze for DSBCAPS
impl RefUnwindSafe for DSBCAPS
impl Send for DSBCAPS
impl Sync for DSBCAPS
impl Unpin for DSBCAPS
impl UnwindSafe for DSBCAPS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more