Struct gtk_sys::GtkMisc[][src]

#[repr(C)]
pub struct GtkMisc { pub widget: GtkWidget, pub priv_: *mut GtkMiscPrivate, }

Fields

Trait Implementations

impl Copy for GtkMisc
[src]

impl Clone for GtkMisc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkMisc
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkMisc

impl !Sync for GtkMisc