#[repr(C)]pub struct GtkSourceHoverProviderInterface {
pub parent_iface: GTypeInterface,
pub populate: Option<unsafe extern "C" fn(_: *mut GtkSourceHoverProvider, _: *mut GtkSourceHoverContext, _: *mut GtkSourceHoverDisplay, _: *mut *mut GError) -> gboolean>,
pub populate_async: Option<unsafe extern "C" fn(_: *mut GtkSourceHoverProvider, _: *mut GtkSourceHoverContext, _: *mut GtkSourceHoverDisplay, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
pub populate_finish: Option<unsafe extern "C" fn(_: *mut GtkSourceHoverProvider, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>,
}Fields
parent_iface: GTypeInterfacepopulate: Option<unsafe extern "C" fn(_: *mut GtkSourceHoverProvider, _: *mut GtkSourceHoverContext, _: *mut GtkSourceHoverDisplay, _: *mut *mut GError) -> gboolean>populate_async: Option<unsafe extern "C" fn(_: *mut GtkSourceHoverProvider, _: *mut GtkSourceHoverContext, _: *mut GtkSourceHoverDisplay, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>populate_finish: Option<unsafe extern "C" fn(_: *mut GtkSourceHoverProvider, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>Trait Implementations
sourceimpl Clone for GtkSourceHoverProviderInterface
impl Clone for GtkSourceHoverProviderInterface
sourcefn clone(&self) -> GtkSourceHoverProviderInterface
fn clone(&self) -> GtkSourceHoverProviderInterface
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkSourceHoverProviderInterface
Auto Trait Implementations
impl RefUnwindSafe for GtkSourceHoverProviderInterface
impl Send for GtkSourceHoverProviderInterface
impl Sync for GtkSourceHoverProviderInterface
impl Unpin for GtkSourceHoverProviderInterface
impl UnwindSafe for GtkSourceHoverProviderInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more