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