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