Struct MIXERCONTROLDETAILS_BOOLEAN
#[repr(C, packed(1))]pub struct MIXERCONTROLDETAILS_BOOLEAN {
pub fValue: i32,
}
Fields§
§fValue: i32
Trait Implementations§
§impl Clone for MIXERCONTROLDETAILS_BOOLEAN
impl Clone for MIXERCONTROLDETAILS_BOOLEAN
§fn clone(&self) -> MIXERCONTROLDETAILS_BOOLEAN
fn clone(&self) -> MIXERCONTROLDETAILS_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 moreimpl Copy for MIXERCONTROLDETAILS_BOOLEAN
Auto Trait Implementations§
impl Freeze for MIXERCONTROLDETAILS_BOOLEAN
impl RefUnwindSafe for MIXERCONTROLDETAILS_BOOLEAN
impl Send for MIXERCONTROLDETAILS_BOOLEAN
impl Sync for MIXERCONTROLDETAILS_BOOLEAN
impl Unpin for MIXERCONTROLDETAILS_BOOLEAN
impl UnwindSafe for MIXERCONTROLDETAILS_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