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