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: [u8; 16],
pub szName: [u8; 64],
pub Bounds: MIXERCONTROLA_0,
pub Metrics: MIXERCONTROLA_1,
}
Fields§
§cbStruct: u32
§dwControlID: u32
§dwControlType: u32
§fdwControl: u32
§cMultipleItems: u32
§szShortName: [u8; 16]
§szName: [u8; 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§
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