Struct mlt_sys::mlt_geometry_item_s[][src]

#[repr(C)]
pub struct mlt_geometry_item_s { pub key: c_int, pub frame: c_int, pub distort: c_int, pub x: f32, pub y: f32, pub w: f32, pub h: f32, pub mix: f32, pub f: [c_int; 5], }

geometry animation item (deprecated) \deprecated use mlt_animation_s instead

Fields

Trait Implementations

impl Debug for mlt_geometry_item_s
[src]

Formats the value using the given formatter. Read more

impl Copy for mlt_geometry_item_s
[src]

impl Clone for mlt_geometry_item_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations