Struct windows_sys::Win32::Media::Multimedia::MCI_SYSINFO_PARMSA
[−]#[repr(C, packed(1))]pub struct MCI_SYSINFO_PARMSA {
pub dwCallback: usize,
pub lpstrReturn: PSTR,
pub dwRetSize: u32,
pub dwNumber: u32,
pub wDeviceType: u32,
}
Expand description
Required features: "Win32_Media_Multimedia"
Fields
dwCallback: usize
lpstrReturn: PSTR
dwRetSize: u32
dwNumber: u32
wDeviceType: u32
Trait Implementations
impl Clone for MCI_SYSINFO_PARMSA
impl Clone for MCI_SYSINFO_PARMSA
impl Copy for MCI_SYSINFO_PARMSA
Auto Trait Implementations
impl RefUnwindSafe for MCI_SYSINFO_PARMSA
impl !Send for MCI_SYSINFO_PARMSA
impl !Sync for MCI_SYSINFO_PARMSA
impl Unpin for MCI_SYSINFO_PARMSA
impl UnwindSafe for MCI_SYSINFO_PARMSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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