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: GTypeInterfacesend_event: Option<unsafe extern "C" fn(_: *mut GstNavigation, _: *mut GstStructure)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstNavigationInterfaceimpl Send for GstNavigationInterfaceimpl Sync for GstNavigationInterfaceimpl Unpin for GstNavigationInterfaceimpl UnwindSafe for GstNavigationInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more