Struct gstreamer_editing_services_sys::GESTitleSource [−][src]
#[repr(C)]pub struct GESTitleSource { pub parent: GESVideoSource, pub priv_: *mut GESTitleSourcePrivate, pub _ges_reserved: [gpointer; 4], }
Fields
parent: GESVideoSource
priv_: *mut GESTitleSourcePrivate
_ges_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESTitleSource
impl !Send for GESTitleSource
impl !Sync for GESTitleSource
impl Unpin for GESTitleSource
impl UnwindSafe for GESTitleSource
Blanket Implementations
Mutably borrows from an owned value. Read more