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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkMisc
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkMisc

impl !Sync for GtkMisc