#[repr(C)]pub struct WMT_VIDEOIMAGE_SAMPLE {Show 21 fields
pub dwMagic: u32,
pub cbStruct: u32,
pub dwControlFlags: u32,
pub dwInputFlagsCur: u32,
pub lCurMotionXtoX: i32,
pub lCurMotionYtoX: i32,
pub lCurMotionXoffset: i32,
pub lCurMotionXtoY: i32,
pub lCurMotionYtoY: i32,
pub lCurMotionYoffset: i32,
pub lCurBlendCoef1: i32,
pub lCurBlendCoef2: i32,
pub dwInputFlagsPrev: u32,
pub lPrevMotionXtoX: i32,
pub lPrevMotionYtoX: i32,
pub lPrevMotionXoffset: i32,
pub lPrevMotionXtoY: i32,
pub lPrevMotionYtoY: i32,
pub lPrevMotionYoffset: i32,
pub lPrevBlendCoef1: i32,
pub lPrevBlendCoef2: i32,
}
Expand description
Required features: "Win32_Media_WindowsMediaFormat"
Fields
dwMagic: u32
cbStruct: u32
dwControlFlags: u32
dwInputFlagsCur: u32
lCurMotionXtoX: i32
lCurMotionYtoX: i32
lCurMotionXoffset: i32
lCurMotionXtoY: i32
lCurMotionYtoY: i32
lCurMotionYoffset: i32
lCurBlendCoef1: i32
lCurBlendCoef2: i32
dwInputFlagsPrev: u32
lPrevMotionXtoX: i32
lPrevMotionYtoX: i32
lPrevMotionXoffset: i32
lPrevMotionXtoY: i32
lPrevMotionYtoY: i32
lPrevMotionYoffset: i32
lPrevBlendCoef1: i32
lPrevBlendCoef2: i32
Trait Implementations
impl Clone for WMT_VIDEOIMAGE_SAMPLE
impl Clone for WMT_VIDEOIMAGE_SAMPLE
impl Copy for WMT_VIDEOIMAGE_SAMPLE
Auto Trait Implementations
impl RefUnwindSafe for WMT_VIDEOIMAGE_SAMPLE
impl Send for WMT_VIDEOIMAGE_SAMPLE
impl Sync for WMT_VIDEOIMAGE_SAMPLE
impl Unpin for WMT_VIDEOIMAGE_SAMPLE
impl UnwindSafe for WMT_VIDEOIMAGE_SAMPLE
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