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