Struct gtk_sys::GtkTextTagTable [−][src]
#[repr(C)]pub struct GtkTextTagTable { pub parent_instance: GObject, pub priv_: *mut GtkTextTagTablePrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkTextTagTablePrivate
Trait Implementations
impl Copy for GtkTextTagTable[src]
impl Copy for GtkTextTagTableimpl Clone for GtkTextTagTable[src]
impl Clone for GtkTextTagTablefn clone(&self) -> GtkTextTagTable[src]
fn clone(&self) -> GtkTextTagTableReturns 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 GtkTextTagTable[src]
impl Debug for GtkTextTagTableAuto Trait Implementations
impl !Send for GtkTextTagTable
impl !Send for GtkTextTagTableimpl !Sync for GtkTextTagTable
impl !Sync for GtkTextTagTable