Struct gstreamer_video_sys::GstNavigationInterface [−][src]
#[repr(C)]pub struct GstNavigationInterface { pub iface: GTypeInterface, pub send_event: Option<unsafe extern "C" fn(_: *mut GstNavigation, _: *mut GstStructure)>, }
Fields
iface: GTypeInterface
send_event: Option<unsafe extern "C" fn(_: *mut GstNavigation, _: *mut GstStructure)>
Trait Implementations
impl Copy for GstNavigationInterface
[src]
impl Copy for GstNavigationInterface
impl Clone for GstNavigationInterface
[src]
impl Clone for GstNavigationInterface
fn clone(&self) -> GstNavigationInterface
[src]
fn clone(&self) -> GstNavigationInterface
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 GstNavigationInterface
[src]
impl Debug for GstNavigationInterface
Auto Trait Implementations
impl Send for GstNavigationInterface
impl Send for GstNavigationInterface
impl Sync for GstNavigationInterface
impl Sync for GstNavigationInterface