Struct ffmpeg_sys::AVMotionVector [] [src]

pub struct AVMotionVector {
    pub source: int32_t,
    pub w: uint8_t,
    pub h: uint8_t,
    pub src_x: int16_t,
    pub src_y: int16_t,
    pub dst_x: int16_t,
    pub dst_y: int16_t,
    pub flags: uint64_t,
}

Fields

source: int32_t w: uint8_t h: uint8_t src_x: int16_t src_y: int16_t dst_x: int16_t dst_y: int16_t flags: uint64_t

Trait Implementations

impl Debug for AVMotionVector
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.