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