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