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: GESVideoSource
uri: *mut c_char
priv_: *mut GESImageSourcePrivate
_ges_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESImageSource
impl !Send for GESImageSource
impl !Sync for GESImageSource
impl Unpin for GESImageSource
impl UnwindSafe for GESImageSource
Blanket Implementations
Mutably borrows from an owned value. Read more