Struct gtk_sys::GtkWidget [] [src]

#[repr(C)]
pub struct GtkWidget { pub parent_instance: GInitiallyUnowned, pub priv_: *mut GtkWidgetPrivate, }

Fields

Trait Implementations

impl Copy for GtkWidget
[src]

impl Clone for GtkWidget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkWidget
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkWidget

impl !Sync for GtkWidget