Struct windows_sys::Win32::Media::Multimedia::MCI_VD_PLAY_PARMS
#[repr(C, packed(1))]pub struct MCI_VD_PLAY_PARMS {
pub dwCallback: usize,
pub dwFrom: u32,
pub dwTo: u32,
pub dwSpeed: u32,
}
Fields§
§dwCallback: usize
§dwFrom: u32
§dwTo: u32
§dwSpeed: u32
Trait Implementations§
§impl Clone for MCI_VD_PLAY_PARMS
impl Clone for MCI_VD_PLAY_PARMS
impl Copy for MCI_VD_PLAY_PARMS
Auto Trait Implementations§
impl RefUnwindSafe for MCI_VD_PLAY_PARMS
impl Send for MCI_VD_PLAY_PARMS
impl Sync for MCI_VD_PLAY_PARMS
impl Unpin for MCI_VD_PLAY_PARMS
impl UnwindSafe for MCI_VD_PLAY_PARMS
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