Struct mlt_sys::mlt_property_s[][src]

#[repr(C)]
pub struct mlt_property_s { /* fields omitted */ }

Trait Implementations

impl Debug for mlt_property_s
[src]

Formats the value using the given formatter. Read more

impl Copy for mlt_property_s
[src]

impl Clone for mlt_property_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations