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: GESSourcepriv_: *mut GESVideoSourcePrivate_ges_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESVideoSourceimpl !Send for GESVideoSourceimpl !Sync for GESVideoSourceimpl Unpin for GESVideoSourceimpl UnwindSafe for GESVideoSourceBlanket Implementations
Mutably borrows from an owned value. Read more