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: GESBaseEffectpriv_: *mut GESEffectPrivate_ges_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESEffectimpl UnwindSafe for GESEffectBlanket Implementations
Mutably borrows from an owned value. Read more