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