Struct mlt_sys::mlt_properties_s[][src]

#[repr(C)]
pub struct mlt_properties_s { pub child: *mut c_void, pub local: *mut c_void, pub close: mlt_destructor, pub close_object: *mut c_void, }

\brief Properties class

Properties is a combination list/dictionary of name/::mlt_property pairs. It is also a base class for many of the other MLT classes.

Fields

< \private the object of a subclass

< \private instance object

the destructor virtual function

< the object supplied to the close virtual function

Trait Implementations

impl Debug for mlt_properties_s
[src]

Formats the value using the given formatter. Read more

impl Copy for mlt_properties_s
[src]

impl Clone for mlt_properties_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations