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: GstBin
layers: *mut GList
tracks: *mut GList
priv_: *mut GESTimelinePrivate
_ges_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESTimeline
impl !Send for GESTimeline
impl !Sync for GESTimeline
impl Unpin for GESTimeline
impl UnwindSafe for GESTimeline
Blanket Implementations
Mutably borrows from an owned value. Read more