Struct windows_sys::Win32::Media::Audio::MIXERLINEA_0
[−]#[repr(C, packed(1))]pub struct MIXERLINEA_0 {
pub dwType: u32,
pub dwDeviceID: u32,
pub wMid: u16,
pub wPid: u16,
pub vDriverVersion: u32,
pub szPname: [CHAR; 32],
}
Expand description
Required features: "Win32_Media_Audio"
, "Win32_Foundation"
Fields
dwType: u32
dwDeviceID: u32
wMid: u16
wPid: u16
vDriverVersion: u32
szPname: [CHAR; 32]
Trait Implementations
impl Clone for MIXERLINEA_0
impl Clone for MIXERLINEA_0
impl Copy for MIXERLINEA_0
Auto Trait Implementations
impl RefUnwindSafe for MIXERLINEA_0
impl Send for MIXERLINEA_0
impl Sync for MIXERLINEA_0
impl Unpin for MIXERLINEA_0
impl UnwindSafe for MIXERLINEA_0
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