Struct gstreamer_video_sys::GstVideoOverlayInterface [−][src]
#[repr(C)]pub struct GstVideoOverlayInterface { pub iface: GTypeInterface, pub expose: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay)>, pub handle_events: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: gboolean)>, pub set_render_rectangle: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: c_int, _: c_int, _: c_int, _: c_int)>, pub set_window_handle: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: uintptr_t)>, }
Fields
iface: GTypeInterface
expose: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay)>
handle_events: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: gboolean)>
set_render_rectangle: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: c_int, _: c_int, _: c_int, _: c_int)>
set_window_handle: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: uintptr_t)>
Trait Implementations
impl Copy for GstVideoOverlayInterface
[src]
impl Copy for GstVideoOverlayInterface
impl Clone for GstVideoOverlayInterface
[src]
impl Clone for GstVideoOverlayInterface
fn clone(&self) -> GstVideoOverlayInterface
[src]
fn clone(&self) -> GstVideoOverlayInterface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoOverlayInterface
[src]
impl Debug for GstVideoOverlayInterface
Auto Trait Implementations
impl Send for GstVideoOverlayInterface
impl Send for GstVideoOverlayInterface
impl Sync for GstVideoOverlayInterface
impl Sync for GstVideoOverlayInterface