#[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_1Trait Implementations§
Source§impl Clone for tagMIXERLINEW
impl Clone for tagMIXERLINEW
Source§fn clone(&self) -> tagMIXERLINEW
fn clone(&self) -> tagMIXERLINEW
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 tagMIXERLINEW
impl Debug for tagMIXERLINEW
impl Copy 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