Struct sourceview4_sys::GtkSourceBuffer
source · #[repr(C)]pub struct GtkSourceBuffer {
pub parent_instance: GtkTextBuffer,
pub priv_: *mut GtkSourceBufferPrivate,
}
Fields§
§parent_instance: GtkTextBuffer
§priv_: *mut GtkSourceBufferPrivate
Trait Implementations§
source§impl Clone for GtkSourceBuffer
impl Clone for GtkSourceBuffer
source§fn clone(&self) -> GtkSourceBuffer
fn clone(&self) -> GtkSourceBuffer
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