Struct gtk_sys::GtkLabel[][src]

#[repr(C)]
pub struct GtkLabel { pub misc: GtkMisc, pub priv_: *mut GtkLabelPrivate, }

Fields

Trait Implementations

impl Copy for GtkLabel
[src]

impl Clone for GtkLabel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkLabel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkLabel

impl !Sync for GtkLabel