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