Struct gstreamer_editing_services_sys::GESTimeline [−][src]
#[repr(C)]pub struct GESTimeline { pub parent: GstBin, pub layers: *mut GList, pub tracks: *mut GList, pub priv_: *mut GESTimelinePrivate, pub _ges_reserved: [gpointer; 4], }
Fields
parent: GstBinlayers: *mut GListtracks: *mut GListpriv_: *mut GESTimelinePrivate_ges_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESTimelineimpl !Send for GESTimelineimpl !Sync for GESTimelineimpl Unpin for GESTimelineimpl UnwindSafe for GESTimelineBlanket Implementations
Mutably borrows from an owned value. Read more