#[repr(C, packed(1))]pub struct tagMIXERCONTROLA {
pub cbStruct: DWORD,
pub dwControlID: DWORD,
pub dwControlType: DWORD,
pub fdwControl: DWORD,
pub cMultipleItems: DWORD,
pub szShortName: [CHAR; 16],
pub szName: [CHAR; 64],
pub Bounds: tagMIXERCONTROLA__bindgen_ty_1,
pub Metrics: tagMIXERCONTROLA__bindgen_ty_2,
}
Fields§
§cbStruct: DWORD
§dwControlID: DWORD
§dwControlType: DWORD
§fdwControl: DWORD
§cMultipleItems: DWORD
§szShortName: [CHAR; 16]
§szName: [CHAR; 64]
§Bounds: tagMIXERCONTROLA__bindgen_ty_1
§Metrics: tagMIXERCONTROLA__bindgen_ty_2
Trait Implementations§
Source§impl Clone for tagMIXERCONTROLA
impl Clone for tagMIXERCONTROLA
Source§fn clone(&self) -> tagMIXERCONTROLA
fn clone(&self) -> tagMIXERCONTROLA
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 moreimpl Copy for tagMIXERCONTROLA
Auto Trait Implementations§
impl Freeze for tagMIXERCONTROLA
impl RefUnwindSafe for tagMIXERCONTROLA
impl Send for tagMIXERCONTROLA
impl Sync for tagMIXERCONTROLA
impl Unpin for tagMIXERCONTROLA
impl UnwindSafe for tagMIXERCONTROLA
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