Struct windows_sys::Win32::Media::Multimedia::MCI_OVLY_OPEN_PARMSW
[−]#[repr(C, packed(1))]pub struct MCI_OVLY_OPEN_PARMSW {
pub dwCallback: usize,
pub wDeviceID: u32,
pub lpstrDeviceType: PCWSTR,
pub lpstrElementName: PCWSTR,
pub lpstrAlias: PCWSTR,
pub dwStyle: u32,
pub hWndParent: HWND,
}
Expand description
Required features: "Win32_Media_Multimedia"
, "Win32_Foundation"
Fields
dwCallback: usize
wDeviceID: u32
lpstrDeviceType: PCWSTR
lpstrElementName: PCWSTR
lpstrAlias: PCWSTR
dwStyle: u32
hWndParent: HWND
Trait Implementations
impl Clone for MCI_OVLY_OPEN_PARMSW
impl Clone for MCI_OVLY_OPEN_PARMSW
impl Copy for MCI_OVLY_OPEN_PARMSW
Auto Trait Implementations
impl RefUnwindSafe for MCI_OVLY_OPEN_PARMSW
impl !Send for MCI_OVLY_OPEN_PARMSW
impl !Sync for MCI_OVLY_OPEN_PARMSW
impl Unpin for MCI_OVLY_OPEN_PARMSW
impl UnwindSafe for MCI_OVLY_OPEN_PARMSW
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