Struct mlt_sys::playlist_entry_s[][src]

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

Trait Implementations

impl Debug for playlist_entry_s
[src]

Formats the value using the given formatter. Read more

impl Copy for playlist_entry_s
[src]

impl Clone for playlist_entry_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations