Struct DSCCAPS
#[repr(C)]pub struct DSCCAPS {
pub dwSize: u32,
pub dwFlags: u32,
pub dwFormats: u32,
pub dwChannels: u32,
}
Fields§
§dwSize: u32
§dwFlags: u32
§dwFormats: u32
§dwChannels: u32
Trait Implementations§
impl Copy for DSCCAPS
impl StructuralPartialEq for DSCCAPS
Auto Trait Implementations§
impl Freeze for DSCCAPS
impl RefUnwindSafe for DSCCAPS
impl Send for DSCCAPS
impl Sync for DSCCAPS
impl Unpin for DSCCAPS
impl UnwindSafe for DSCCAPS
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