#[repr(C)]
pub struct GtkSourceViewClass { pub parent_class: GtkTextViewClass, pub line_mark_activated: Option<unsafe extern "C" fn(_: *mut GtkSourceView, _: *const GtkTextIter, _: c_uint, _: GdkModifierType, _: c_int)>, pub show_completion: Option<unsafe extern "C" fn(_: *mut GtkSourceView)>, pub move_lines: Option<unsafe extern "C" fn(_: *mut GtkSourceView, _: gboolean)>, pub move_words: Option<unsafe extern "C" fn(_: *mut GtkSourceView, _: c_int)>, pub push_snippet: Option<unsafe extern "C" fn(_: *mut GtkSourceView, _: *mut GtkSourceSnippet, _: *mut GtkTextIter)>, pub _reserved: [gpointer; 20], }

Fields

parent_class: GtkTextViewClassline_mark_activated: Option<unsafe extern "C" fn(_: *mut GtkSourceView, _: *const GtkTextIter, _: c_uint, _: GdkModifierType, _: c_int)>show_completion: Option<unsafe extern "C" fn(_: *mut GtkSourceView)>move_lines: Option<unsafe extern "C" fn(_: *mut GtkSourceView, _: gboolean)>move_words: Option<unsafe extern "C" fn(_: *mut GtkSourceView, _: c_int)>push_snippet: Option<unsafe extern "C" fn(_: *mut GtkSourceView, _: *mut GtkSourceSnippet, _: *mut GtkTextIter)>_reserved: [gpointer; 20]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.