Struct sourceview5_sys::GtkSourceMark
source · #[repr(C)]pub struct GtkSourceMark {
pub parent_instance: GtkTextMark,
}Fields§
§parent_instance: GtkTextMarkTrait Implementations§
source§impl Clone for GtkSourceMark
impl Clone for GtkSourceMark
source§fn clone(&self) -> GtkSourceMark
fn clone(&self) -> GtkSourceMark
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