Struct sourceview5_sys::GtkSourceBufferClass
source · #[repr(C)]pub struct GtkSourceBufferClass {
pub parent_class: GtkTextBufferClass,
pub bracket_matched: Option<unsafe extern "C" fn(_: *mut GtkSourceBuffer, _: *mut GtkTextIter, _: GtkSourceBracketMatchType)>,
pub _reserved: [gpointer; 20],
}Fields§
§parent_class: GtkTextBufferClass§bracket_matched: Option<unsafe extern "C" fn(_: *mut GtkSourceBuffer, _: *mut GtkTextIter, _: GtkSourceBracketMatchType)>§_reserved: [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