Struct gstreamer_player_sys::GstPlayerVideoRendererInterface [−][src]
#[repr(C)]pub struct GstPlayerVideoRendererInterface { pub parent_iface: GTypeInterface, pub create_video_sink: Option<unsafe extern "C" fn(_: *mut GstPlayerVideoRenderer, _: *mut GstPlayer) -> *mut GstElement>, }
Fields
parent_iface: GTypeInterface
create_video_sink: Option<unsafe extern "C" fn(_: *mut GstPlayerVideoRenderer, _: *mut GstPlayer) -> *mut GstElement>
Trait Implementations
impl Copy for GstPlayerVideoRendererInterface
[src]
impl Copy for GstPlayerVideoRendererInterface
impl Clone for GstPlayerVideoRendererInterface
[src]
impl Clone for GstPlayerVideoRendererInterface
fn clone(&self) -> GstPlayerVideoRendererInterface
[src]
fn clone(&self) -> GstPlayerVideoRendererInterface
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 GstPlayerVideoRendererInterface
[src]
impl Debug for GstPlayerVideoRendererInterface
Auto Trait Implementations
impl Send for GstPlayerVideoRendererInterface
impl Send for GstPlayerVideoRendererInterface
impl Sync for GstPlayerVideoRendererInterface
impl Sync for GstPlayerVideoRendererInterface