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 GtkTextTagimpl Clone for GtkTextTag[src]
impl Clone for GtkTextTagfn clone(&self) -> GtkTextTag[src]
fn clone(&self) -> GtkTextTagReturns 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 GtkTextTagAuto Trait Implementations
impl !Send for GtkTextTag
impl !Send for GtkTextTagimpl !Sync for GtkTextTag
impl !Sync for GtkTextTag