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