Struct sourceview4_sys::GtkSourceBufferClass
source · #[repr(C)]pub struct GtkSourceBufferClass {
pub parent_class: GtkTextBufferClass,
pub undo: Option<unsafe extern "C" fn(_: *mut GtkSourceBuffer)>,
pub redo: Option<unsafe extern "C" fn(_: *mut GtkSourceBuffer)>,
pub bracket_matched: Option<unsafe extern "C" fn(_: *mut GtkSourceBuffer, _: *mut GtkTextIter, _: GtkSourceBracketMatchType)>,
pub padding: [gpointer; 20],
}
Fields§
§parent_class: GtkTextBufferClass
§undo: Option<unsafe extern "C" fn(_: *mut GtkSourceBuffer)>
§redo: Option<unsafe extern "C" fn(_: *mut GtkSourceBuffer)>
§bracket_matched: Option<unsafe extern "C" fn(_: *mut GtkSourceBuffer, _: *mut GtkTextIter, _: GtkSourceBracketMatchType)>
§padding: [gpointer; 20]
Trait Implementations§
source§impl Clone for GtkSourceBufferClass
impl Clone for GtkSourceBufferClass
source§fn clone(&self) -> GtkSourceBufferClass
fn clone(&self) -> GtkSourceBufferClass
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 more