#[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,
}

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

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Copy for WMT_VIDEOIMAGE_SAMPLE

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.