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