#[repr(C, packed(1))]pub struct tagMIXERLINEW {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: [WCHAR; 16],
pub szName: [WCHAR; 64],
pub Target: tagMIXERLINEW__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: [WCHAR; 16]
§szName: [WCHAR; 64]
§Target: tagMIXERLINEW__bindgen_ty_1
Trait Implementations§
Source§impl Clone for tagMIXERLINEW
impl Clone for tagMIXERLINEW
Source§fn clone(&self) -> tagMIXERLINEW
fn clone(&self) -> tagMIXERLINEW
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 tagMIXERLINEW
impl Debug for tagMIXERLINEW
Source§impl Ord for tagMIXERLINEW
impl Ord for tagMIXERLINEW
Source§fn cmp(&self, other: &tagMIXERLINEW) -> Ordering
fn cmp(&self, other: &tagMIXERLINEW) -> 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 tagMIXERLINEW
impl PartialEq for tagMIXERLINEW
Source§impl PartialOrd for tagMIXERLINEW
impl PartialOrd for tagMIXERLINEW
impl Copy for tagMIXERLINEW
impl Eq for tagMIXERLINEW
impl StructuralPartialEq for tagMIXERLINEW
Auto Trait Implementations§
impl Freeze for tagMIXERLINEW
impl RefUnwindSafe for tagMIXERLINEW
impl Send for tagMIXERLINEW
impl Sync for tagMIXERLINEW
impl Unpin for tagMIXERLINEW
impl UnwindSafe for tagMIXERLINEW
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