#[repr(C, packed(1))]pub struct tMIXERCONTROLDETAILS_SIGNED {
pub lValue: LONG,
}
Fields§
§lValue: LONG
Trait Implementations§
Source§impl Clone for tMIXERCONTROLDETAILS_SIGNED
impl Clone for tMIXERCONTROLDETAILS_SIGNED
Source§fn clone(&self) -> tMIXERCONTROLDETAILS_SIGNED
fn clone(&self) -> tMIXERCONTROLDETAILS_SIGNED
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 tMIXERCONTROLDETAILS_SIGNED
impl Debug for tMIXERCONTROLDETAILS_SIGNED
Source§impl Ord for tMIXERCONTROLDETAILS_SIGNED
impl Ord for tMIXERCONTROLDETAILS_SIGNED
Source§fn cmp(&self, other: &tMIXERCONTROLDETAILS_SIGNED) -> Ordering
fn cmp(&self, other: &tMIXERCONTROLDETAILS_SIGNED) -> 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 PartialOrd for tMIXERCONTROLDETAILS_SIGNED
impl PartialOrd for tMIXERCONTROLDETAILS_SIGNED
impl Copy for tMIXERCONTROLDETAILS_SIGNED
impl Eq for tMIXERCONTROLDETAILS_SIGNED
impl StructuralPartialEq for tMIXERCONTROLDETAILS_SIGNED
Auto Trait Implementations§
impl Freeze for tMIXERCONTROLDETAILS_SIGNED
impl RefUnwindSafe for tMIXERCONTROLDETAILS_SIGNED
impl Send for tMIXERCONTROLDETAILS_SIGNED
impl Sync for tMIXERCONTROLDETAILS_SIGNED
impl Unpin for tMIXERCONTROLDETAILS_SIGNED
impl UnwindSafe for tMIXERCONTROLDETAILS_SIGNED
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