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