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