#[repr(C)]pub struct GtkSourceAnnotationProviderClass {
pub parent_class: GObjectClass,
pub populate_hover_async: Option<unsafe extern "C" fn(*mut GtkSourceAnnotationProvider, *mut GtkSourceAnnotation, *mut GtkSourceHoverDisplay, *mut GCancellable, GAsyncReadyCallback, gpointer)>,
pub populate_hover_finish: Option<unsafe extern "C" fn(*mut GtkSourceAnnotationProvider, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
}
Fields§
§parent_class: GObjectClass
§populate_hover_async: Option<unsafe extern "C" fn(*mut GtkSourceAnnotationProvider, *mut GtkSourceAnnotation, *mut GtkSourceHoverDisplay, *mut GCancellable, GAsyncReadyCallback, gpointer)>
§populate_hover_finish: Option<unsafe extern "C" fn(*mut GtkSourceAnnotationProvider, *mut GAsyncResult, *mut *mut GError) -> gboolean>
Trait Implementations§
Source§impl Clone for GtkSourceAnnotationProviderClass
impl Clone for GtkSourceAnnotationProviderClass
Source§fn clone(&self) -> GtkSourceAnnotationProviderClass
fn clone(&self) -> GtkSourceAnnotationProviderClass
Returns a duplicate 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 GtkSourceAnnotationProviderClass
Auto Trait Implementations§
impl Freeze for GtkSourceAnnotationProviderClass
impl RefUnwindSafe for GtkSourceAnnotationProviderClass
impl !Send for GtkSourceAnnotationProviderClass
impl !Sync for GtkSourceAnnotationProviderClass
impl Unpin for GtkSourceAnnotationProviderClass
impl UnwindSafe for GtkSourceAnnotationProviderClass
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