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 Copy for GtkTextTag
impl Clone for GtkTextTag
[src]
impl Clone for GtkTextTag
fn clone(&self) -> GtkTextTag
[src]
fn clone(&self) -> GtkTextTag
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkTextTag
[src]
impl Debug for GtkTextTag
Auto Trait Implementations
impl !Send for GtkTextTag
impl !Send for GtkTextTag
impl !Sync for GtkTextTag
impl !Sync for GtkTextTag