Struct DSBCAPS
#[repr(C)]pub struct DSBCAPS {
pub dwSize: u32,
pub dwFlags: u32,
pub dwBufferBytes: u32,
pub dwUnlockTransferRate: u32,
pub dwPlayCpuOverhead: u32,
}
Fields§
§dwSize: u32
§dwFlags: u32
§dwBufferBytes: u32
§dwUnlockTransferRate: u32
§dwPlayCpuOverhead: u32
Trait Implementations§
impl Copy for DSBCAPS
impl StructuralPartialEq for DSBCAPS
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