#[repr(C, packed(1))]pub struct tMIXERCONTROLDETAILS_SIGNED {
pub lValue: LONG,
}Fields§
§lValue: LONGTrait 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 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 tMIXERCONTROLDETAILS_SIGNED
impl Debug for tMIXERCONTROLDETAILS_SIGNED
impl Copy 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