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