Struct windows_sys::Win32::Media::Multimedia::DRVCONFIGINFO
[−]#[repr(C, packed(1))]pub struct DRVCONFIGINFO {
pub dwDCISize: u32,
pub lpszDCISectionName: PCWSTR,
pub lpszDCIAliasName: PCWSTR,
}
Expand description
Required features: "Win32_Media_Multimedia"
Fields
dwDCISize: u32
lpszDCISectionName: PCWSTR
lpszDCIAliasName: PCWSTR
Trait Implementations
impl Clone for DRVCONFIGINFO
impl Clone for DRVCONFIGINFO
impl Copy for DRVCONFIGINFO
Auto Trait Implementations
impl RefUnwindSafe for DRVCONFIGINFO
impl !Send for DRVCONFIGINFO
impl !Sync for DRVCONFIGINFO
impl Unpin for DRVCONFIGINFO
impl UnwindSafe for DRVCONFIGINFO
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