Struct gstreamer_editing_services_sys::GESTimelineElement [−][src]
#[repr(C)]pub struct GESTimelineElement { pub parent_instance: GInitiallyUnowned, pub parent: *mut GESTimelineElement, pub asset: *mut GESAsset, pub start: GstClockTime, pub inpoint: GstClockTime, pub duration: GstClockTime, pub maxduration: GstClockTime, pub priority: u32, pub timeline: *mut GESTimeline, pub name: *mut c_char, pub priv_: *mut GESTimelineElementPrivate, pub _ges_reserved: [gpointer; 20], }
Fields
parent_instance: GInitiallyUnownedparent: *mut GESTimelineElementasset: *mut GESAssetstart: GstClockTimeinpoint: GstClockTimeduration: GstClockTimemaxduration: GstClockTimepriority: u32timeline: *mut GESTimelinename: *mut c_charpriv_: *mut GESTimelineElementPrivate_ges_reserved: [gpointer; 20]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESTimelineElementimpl !Send for GESTimelineElementimpl !Sync for GESTimelineElementimpl Unpin for GESTimelineElementimpl UnwindSafe for GESTimelineElementBlanket Implementations
Mutably borrows from an owned value. Read more