#[repr(C, packed(1))]pub struct tagMIXERCONTROLDETAILS_LISTTEXTA {
pub dwParam1: DWORD,
pub dwParam2: DWORD,
pub szName: [CHAR; 64],
}
Fields§
§dwParam1: DWORD
§dwParam2: DWORD
§szName: [CHAR; 64]
Trait Implementations§
Source§impl Clone for tagMIXERCONTROLDETAILS_LISTTEXTA
impl Clone for tagMIXERCONTROLDETAILS_LISTTEXTA
Source§fn clone(&self) -> tagMIXERCONTROLDETAILS_LISTTEXTA
fn clone(&self) -> tagMIXERCONTROLDETAILS_LISTTEXTA
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 Ord for tagMIXERCONTROLDETAILS_LISTTEXTA
impl Ord for tagMIXERCONTROLDETAILS_LISTTEXTA
Source§fn cmp(&self, other: &tagMIXERCONTROLDETAILS_LISTTEXTA) -> Ordering
fn cmp(&self, other: &tagMIXERCONTROLDETAILS_LISTTEXTA) -> 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 tagMIXERCONTROLDETAILS_LISTTEXTA
impl PartialEq for tagMIXERCONTROLDETAILS_LISTTEXTA
Source§fn eq(&self, other: &tagMIXERCONTROLDETAILS_LISTTEXTA) -> bool
fn eq(&self, other: &tagMIXERCONTROLDETAILS_LISTTEXTA) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for tagMIXERCONTROLDETAILS_LISTTEXTA
impl PartialOrd for tagMIXERCONTROLDETAILS_LISTTEXTA
impl Copy for tagMIXERCONTROLDETAILS_LISTTEXTA
impl Eq for tagMIXERCONTROLDETAILS_LISTTEXTA
impl StructuralPartialEq for tagMIXERCONTROLDETAILS_LISTTEXTA
Auto Trait Implementations§
impl Freeze for tagMIXERCONTROLDETAILS_LISTTEXTA
impl RefUnwindSafe for tagMIXERCONTROLDETAILS_LISTTEXTA
impl Send for tagMIXERCONTROLDETAILS_LISTTEXTA
impl Sync for tagMIXERCONTROLDETAILS_LISTTEXTA
impl Unpin for tagMIXERCONTROLDETAILS_LISTTEXTA
impl UnwindSafe for tagMIXERCONTROLDETAILS_LISTTEXTA
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