#[repr(C, packed(1))]pub struct tagMIXERLINECONTROLSA {
pub cbStruct: DWORD,
pub dwLineID: DWORD,
pub __bindgen_anon_1: tagMIXERLINECONTROLSA__bindgen_ty_1,
pub cControls: DWORD,
pub cbmxctrl: DWORD,
pub pamxctrl: LPMIXERCONTROLA,
}
Fields§
§cbStruct: DWORD
§dwLineID: DWORD
§__bindgen_anon_1: tagMIXERLINECONTROLSA__bindgen_ty_1
§cControls: DWORD
§cbmxctrl: DWORD
§pamxctrl: LPMIXERCONTROLA
Trait Implementations§
Source§impl Clone for tagMIXERLINECONTROLSA
impl Clone for tagMIXERLINECONTROLSA
Source§fn clone(&self) -> tagMIXERLINECONTROLSA
fn clone(&self) -> tagMIXERLINECONTROLSA
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 tagMIXERLINECONTROLSA
Auto Trait Implementations§
impl Freeze for tagMIXERLINECONTROLSA
impl RefUnwindSafe for tagMIXERLINECONTROLSA
impl !Send for tagMIXERLINECONTROLSA
impl !Sync for tagMIXERLINECONTROLSA
impl Unpin for tagMIXERLINECONTROLSA
impl UnwindSafe for tagMIXERLINECONTROLSA
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