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