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 GtkBuilder
impl Clone for GtkBuilder
[src]
impl Clone for GtkBuilder
fn clone(&self) -> GtkBuilder
[src]
fn clone(&self) -> GtkBuilder
Returns 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 GtkBuilder
Auto Trait Implementations
impl !Send for GtkBuilder
impl !Send for GtkBuilder
impl !Sync for GtkBuilder
impl !Sync for GtkBuilder