Struct windows_sys::Win32::Media::Audio::tACMDRVOPENDESCW
[−]#[repr(C, packed(1))]pub struct tACMDRVOPENDESCW {
pub cbStruct: u32,
pub fccType: u32,
pub fccComp: u32,
pub dwVersion: u32,
pub dwFlags: u32,
pub dwError: u32,
pub pszSectionName: PCWSTR,
pub pszAliasName: PCWSTR,
pub dnDevNode: u32,
}
Expand description
Required features: "Win32_Media_Audio"
Fields
cbStruct: u32
fccType: u32
fccComp: u32
dwVersion: u32
dwFlags: u32
dwError: u32
pszSectionName: PCWSTR
pszAliasName: PCWSTR
dnDevNode: u32
Trait Implementations
impl Clone for tACMDRVOPENDESCW
impl Clone for tACMDRVOPENDESCW
impl Copy for tACMDRVOPENDESCW
Auto Trait Implementations
impl RefUnwindSafe for tACMDRVOPENDESCW
impl !Send for tACMDRVOPENDESCW
impl !Sync for tACMDRVOPENDESCW
impl Unpin for tACMDRVOPENDESCW
impl UnwindSafe for tACMDRVOPENDESCW
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