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