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

Trait Implementations

impl Copy for GstVideoOverlayInterface
[src]

impl Clone for GstVideoOverlayInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoOverlayInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstVideoOverlayInterface

impl Sync for GstVideoOverlayInterface