#[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: GTypeInterface
§populate: 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§
source§impl Clone for GtkSourceHoverProviderInterface
impl Clone for GtkSourceHoverProviderInterface
source§fn clone(&self) -> GtkSourceHoverProviderInterface
fn clone(&self) -> GtkSourceHoverProviderInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GtkSourceHoverProviderInterface
Auto Trait Implementations§
impl Freeze for GtkSourceHoverProviderInterface
impl RefUnwindSafe for GtkSourceHoverProviderInterface
impl Send for GtkSourceHoverProviderInterface
impl Sync for GtkSourceHoverProviderInterface
impl Unpin for GtkSourceHoverProviderInterface
impl UnwindSafe for GtkSourceHoverProviderInterface
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)