Struct windows_sys::Win32::Media::Audio::DirectSound::DSCBCAPS
[−]#[repr(C)]pub struct DSCBCAPS {
pub dwSize: u32,
pub dwFlags: u32,
pub dwBufferBytes: u32,
pub dwReserved: u32,
}
Expand description
Required features: "Win32_Media_Audio_DirectSound"
Fields
dwSize: u32
dwFlags: u32
dwBufferBytes: u32
dwReserved: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DSCBCAPS
impl Send for DSCBCAPS
impl Sync for DSCBCAPS
impl Unpin for DSCBCAPS
impl UnwindSafe for DSCBCAPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more