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
Auto Trait Implementations
impl RefUnwindSafe for GstNavigationInterface
impl Send for GstNavigationInterface
impl Sync for GstNavigationInterface
impl Unpin for GstNavigationInterface
impl UnwindSafe for GstNavigationInterface
Blanket Implementations
Mutably borrows from an owned value. Read more