Struct gst::ffi::Struct__GstNavigationInterface[][src]

#[repr(C)]
pub struct Struct__GstNavigationInterface { pub iface: GTypeInterface, pub send_event: Option<extern "C" fn(navigation: *mut GstNavigation, structure: *mut GstStructure)>, }

Fields

Trait Implementations

impl Default for Struct__GstNavigationInterface
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Struct__GstNavigationInterface

impl Sync for Struct__GstNavigationInterface