Struct mlt_sys::mlt_geometry_s[][src]

#[repr(C)]
pub struct mlt_geometry_s { pub local: *mut c_void, }

geometry object (deprecated) \deprecated use mlt_animation_s instead

Fields

Trait Implementations

impl Debug for mlt_geometry_s
[src]

Formats the value using the given formatter. Read more

impl Copy for mlt_geometry_s
[src]

impl Clone for mlt_geometry_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations