Struct gstreamer_editing_services_sys::GESImageSource [−][src]
#[repr(C)]pub struct GESImageSource { pub parent: GESVideoSource, pub uri: *mut c_char, pub priv_: *mut GESImageSourcePrivate, pub _ges_reserved: [gpointer; 4], }
Fields
parent: GESVideoSourceuri: *mut c_charpriv_: *mut GESImageSourcePrivate_ges_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESImageSourceimpl !Send for GESImageSourceimpl !Sync for GESImageSourceimpl Unpin for GESImageSourceimpl UnwindSafe for GESImageSourceBlanket Implementations
Mutably borrows from an owned value. Read more