Struct windows::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: [i8; 16],
pub szName: [i8; 64],
pub Bounds: MIXERCONTROLA_0,
pub Metrics: MIXERCONTROLA_1,
}
Fields§
§cbStruct: u32
§dwControlID: u32
§dwControlType: u32
§fdwControl: u32
§cMultipleItems: u32
§szShortName: [i8; 16]
§szName: [i8; 64]
§Bounds: MIXERCONTROLA_0
§Metrics: MIXERCONTROLA_1
Trait Implementations§
§impl Clone for MIXERCONTROLA
impl Clone for MIXERCONTROLA
§fn clone(&self) -> MIXERCONTROLA
fn clone(&self) -> MIXERCONTROLA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for MIXERCONTROLA
impl Default for MIXERCONTROLA
impl Copy for MIXERCONTROLA
Auto Trait Implementations§
impl Freeze for MIXERCONTROLA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)