Struct windows::Win32::Media::Multimedia::MCI_VD_ESCAPE_PARMSA
#[repr(C, packed(1))]pub struct MCI_VD_ESCAPE_PARMSA {
pub dwCallback: usize,
pub lpstrCommand: PCSTR,
}
Fields§
§dwCallback: usize
§lpstrCommand: PCSTR
Trait Implementations§
§impl Clone for MCI_VD_ESCAPE_PARMSA
impl Clone for MCI_VD_ESCAPE_PARMSA
§fn clone(&self) -> MCI_VD_ESCAPE_PARMSA
fn clone(&self) -> MCI_VD_ESCAPE_PARMSA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for MCI_VD_ESCAPE_PARMSA
impl Default for MCI_VD_ESCAPE_PARMSA
impl Copy for MCI_VD_ESCAPE_PARMSA
Auto Trait Implementations§
impl Freeze for MCI_VD_ESCAPE_PARMSA
impl RefUnwindSafe for MCI_VD_ESCAPE_PARMSA
impl !Send for MCI_VD_ESCAPE_PARMSA
impl !Sync for MCI_VD_ESCAPE_PARMSA
impl Unpin for MCI_VD_ESCAPE_PARMSA
impl UnwindSafe for MCI_VD_ESCAPE_PARMSA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)