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