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