#[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: u32cbStruct: u32dwControlFlags: u32dwInputFlagsCur: u32lCurMotionXtoX: i32lCurMotionYtoX: i32lCurMotionXoffset: i32lCurMotionXtoY: i32lCurMotionYtoY: i32lCurMotionYoffset: i32lCurBlendCoef1: i32lCurBlendCoef2: i32dwInputFlagsPrev: u32lPrevMotionXtoX: i32lPrevMotionYtoX: i32lPrevMotionXoffset: i32lPrevMotionXtoY: i32lPrevMotionYtoY: i32lPrevMotionYoffset: i32lPrevBlendCoef1: i32lPrevBlendCoef2: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.