Struct gtk_sys::GtkWidget [−][src]
#[repr(C)]pub struct GtkWidget { pub parent_instance: GInitiallyUnowned, pub priv_: *mut GtkWidgetPrivate, }
Fields
parent_instance: GInitiallyUnowned
priv_: *mut GtkWidgetPrivate
Trait Implementations
impl Copy for GtkWidget[src]
impl Copy for GtkWidgetimpl Clone for GtkWidget[src]
impl Clone for GtkWidgetfn clone(&self) -> GtkWidget[src]
fn clone(&self) -> GtkWidgetReturns 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 GtkWidget[src]
impl Debug for GtkWidget