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