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