Struct sourceview5_sys::GtkSourceBuffer
source · #[repr(C)]pub struct GtkSourceBuffer {
pub parent_instance: GtkTextBuffer,
}Fields§
§parent_instance: GtkTextBufferTrait 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