Struct windows_sys::Win32::Media::Audio::MIXERCONTROLDETAILS
[−]#[repr(C, packed(1))]pub struct MIXERCONTROLDETAILS {
pub cbStruct: u32,
pub dwControlID: u32,
pub cChannels: u32,
pub Anonymous: MIXERCONTROLDETAILS_0,
pub cbDetails: u32,
pub paDetails: *mut c_void,
}
Expand description
Required features: "Win32_Media_Audio"
, "Win32_Foundation"
Fields
cbStruct: u32
dwControlID: u32
cChannels: u32
Anonymous: MIXERCONTROLDETAILS_0
cbDetails: u32
paDetails: *mut c_void
Trait Implementations
impl Clone for MIXERCONTROLDETAILS
impl Clone for MIXERCONTROLDETAILS
impl Copy for MIXERCONTROLDETAILS
Auto Trait Implementations
impl RefUnwindSafe for MIXERCONTROLDETAILS
impl !Send for MIXERCONTROLDETAILS
impl !Sync for MIXERCONTROLDETAILS
impl Unpin for MIXERCONTROLDETAILS
impl UnwindSafe for MIXERCONTROLDETAILS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more