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