Struct gtk_sys::GtkLabel [−][src]
#[repr(C)]pub struct GtkLabel { pub misc: GtkMisc, pub priv_: *mut GtkLabelPrivate, }
Fields
misc: GtkMisc
priv_: *mut GtkLabelPrivate
Trait Implementations
impl Copy for GtkLabel[src]
impl Copy for GtkLabelimpl Clone for GtkLabel[src]
impl Clone for GtkLabelfn clone(&self) -> GtkLabel[src]
fn clone(&self) -> GtkLabelReturns 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 GtkLabel[src]
impl Debug for GtkLabel