#[repr(C, packed(1))]pub struct tagMIXERLINEA {Show 13 fields
pub cbStruct: DWORD,
pub dwDestination: DWORD,
pub dwSource: DWORD,
pub dwLineID: DWORD,
pub fdwLine: DWORD,
pub dwUser: DWORD_PTR,
pub dwComponentType: DWORD,
pub cChannels: DWORD,
pub cConnections: DWORD,
pub cControls: DWORD,
pub szShortName: [CHAR; 16],
pub szName: [CHAR; 64],
pub Target: tagMIXERLINEA__bindgen_ty_1,
}Fields§
§cbStruct: DWORD§dwDestination: DWORD§dwSource: DWORD§dwLineID: DWORD§fdwLine: DWORD§dwUser: DWORD_PTR§dwComponentType: DWORD§cChannels: DWORD§cConnections: DWORD§cControls: DWORD§szShortName: [CHAR; 16]§szName: [CHAR; 64]§Target: tagMIXERLINEA__bindgen_ty_1Trait Implementations§
Source§impl Clone for tagMIXERLINEA
impl Clone for tagMIXERLINEA
Source§fn clone(&self) -> tagMIXERLINEA
fn clone(&self) -> tagMIXERLINEA
Returns a duplicate 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 moreSource§impl Debug for tagMIXERLINEA
impl Debug for tagMIXERLINEA
impl Copy for tagMIXERLINEA
Auto Trait Implementations§
impl Freeze for tagMIXERLINEA
impl RefUnwindSafe for tagMIXERLINEA
impl Send for tagMIXERLINEA
impl Sync for tagMIXERLINEA
impl Unpin for tagMIXERLINEA
impl UnwindSafe for tagMIXERLINEA
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