#[repr(C, packed(1))]pub struct tMIXERCONTROLDETAILS {
pub cbStruct: DWORD,
pub dwControlID: DWORD,
pub cChannels: DWORD,
pub __bindgen_anon_1: tMIXERCONTROLDETAILS__bindgen_ty_1,
pub cbDetails: DWORD,
pub paDetails: LPVOID,
}
Fields§
§cbStruct: DWORD
§dwControlID: DWORD
§cChannels: DWORD
§__bindgen_anon_1: tMIXERCONTROLDETAILS__bindgen_ty_1
§cbDetails: DWORD
§paDetails: LPVOID
Trait Implementations§
Source§impl Clone for tMIXERCONTROLDETAILS
impl Clone for tMIXERCONTROLDETAILS
Source§fn clone(&self) -> tMIXERCONTROLDETAILS
fn clone(&self) -> tMIXERCONTROLDETAILS
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 tMIXERCONTROLDETAILS
Auto Trait Implementations§
impl Freeze for tMIXERCONTROLDETAILS
impl RefUnwindSafe for tMIXERCONTROLDETAILS
impl !Send for tMIXERCONTROLDETAILS
impl !Sync for tMIXERCONTROLDETAILS
impl Unpin for tMIXERCONTROLDETAILS
impl UnwindSafe for tMIXERCONTROLDETAILS
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