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 GtkLabel
impl Clone for GtkLabel
[src]
impl Clone for GtkLabel
fn clone(&self) -> GtkLabel
[src]
fn clone(&self) -> GtkLabel
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 GtkLabel
[src]
impl Debug for GtkLabel