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