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