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