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
Auto Trait Implementations
impl RefUnwindSafe for GtkBuilder
impl !Send for GtkBuilder
impl !Sync for GtkBuilder
impl Unpin for GtkBuilder
impl UnwindSafe for GtkBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more