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