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

Trait Implementations

impl Copy for GstNavigationInterface
[src]

impl Clone for GstNavigationInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstNavigationInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstNavigationInterface

impl Sync for GstNavigationInterface