Struct gtk_sys::GtkTextTag
[−]
[src]
#[repr(C)]pub struct GtkTextTag { pub parent_instance: GObject, pub priv_: *mut GtkTextTagPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkTextTagPrivate
Trait Implementations
impl Copy for GtkTextTag
[src]
impl Clone for GtkTextTag
[src]
fn clone(&self) -> GtkTextTag
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more