Struct windows_sys::Win32::Media::Audio::MIXERCONTROLA
[−]#[repr(C, packed(1))]pub struct MIXERCONTROLA {
pub cbStruct: u32,
pub dwControlID: u32,
pub dwControlType: u32,
pub fdwControl: u32,
pub cMultipleItems: u32,
pub szShortName: [CHAR; 16],
pub szName: [CHAR; 64],
pub Bounds: MIXERCONTROLA_0,
pub Metrics: MIXERCONTROLA_1,
}
Expand description
Required features: ‘Win32_Media_Audio’, ‘Win32_Foundation’
Fields
cbStruct: u32
dwControlID: u32
dwControlType: u32
fdwControl: u32
cMultipleItems: u32
szShortName: [CHAR; 16]
szName: [CHAR; 64]
Bounds: MIXERCONTROLA_0
Metrics: MIXERCONTROLA_1
Trait Implementations
impl Clone for MIXERCONTROLA
impl Clone for MIXERCONTROLA
impl Copy for MIXERCONTROLA
Auto Trait Implementations
impl RefUnwindSafe for MIXERCONTROLA
impl Send for MIXERCONTROLA
impl Sync for MIXERCONTROLA
impl Unpin for MIXERCONTROLA
impl UnwindSafe for MIXERCONTROLA
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