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