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