Struct gtk_sys::GtkBuilder [−][src]
#[repr(C)]pub struct GtkBuilder { pub parent_instance: GObject, pub priv_: *mut GtkBuilderPrivate, }
Fields
parent_instance: GObject
priv_: *mut GtkBuilderPrivate
Trait Implementations
impl Copy for GtkBuilder[src]
impl Copy for GtkBuilderimpl Clone for GtkBuilder[src]
impl Clone for GtkBuilderfn clone(&self) -> GtkBuilder[src]
fn clone(&self) -> GtkBuilderReturns 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 GtkBuilder[src]
impl Debug for GtkBuilderAuto Trait Implementations
impl !Send for GtkBuilder
impl !Send for GtkBuilderimpl !Sync for GtkBuilder
impl !Sync for GtkBuilder