#[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_1
Trait Implementations§
Source§impl Clone for tagMIXERLINEA
impl Clone for tagMIXERLINEA
Source§fn clone(&self) -> tagMIXERLINEA
fn clone(&self) -> tagMIXERLINEA
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 moreSource§impl Debug for tagMIXERLINEA
impl Debug for tagMIXERLINEA
Source§impl Ord for tagMIXERLINEA
impl Ord for tagMIXERLINEA
Source§fn cmp(&self, other: &tagMIXERLINEA) -> Ordering
fn cmp(&self, other: &tagMIXERLINEA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMIXERLINEA
impl PartialEq for tagMIXERLINEA
Source§impl PartialOrd for tagMIXERLINEA
impl PartialOrd for tagMIXERLINEA
impl Copy for tagMIXERLINEA
impl Eq for tagMIXERLINEA
impl StructuralPartialEq 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