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

Trait Implementations

impl Copy for GstPlayerVideoRendererInterface
[src]

impl Clone for GstPlayerVideoRendererInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPlayerVideoRendererInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstPlayerVideoRendererInterface

impl Sync for GstPlayerVideoRendererInterface