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