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
iface: GTypeInterface
send_event: Option<extern "C" fn(navigation: *mut GstNavigation, structure: *mut GstStructure)>
Trait Implementations
impl Default for Struct__GstNavigationInterface
[src]
impl Default for Struct__GstNavigationInterface
fn default() -> Struct__GstNavigationInterface
[src]
fn default() -> Struct__GstNavigationInterface
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for Struct__GstNavigationInterface
impl Send for Struct__GstNavigationInterface
impl Sync for Struct__GstNavigationInterface
impl Sync for Struct__GstNavigationInterface