Struct gtk_sys::GtkContainer [−][src]
#[repr(C)]pub struct GtkContainer { pub widget: GtkWidget, pub priv_: *mut GtkContainerPrivate, }
Fields
widget: GtkWidget
priv_: *mut GtkContainerPrivate
Trait Implementations
impl Copy for GtkContainer
[src]
impl Copy for GtkContainer
impl Clone for GtkContainer
[src]
impl Clone for GtkContainer
fn clone(&self) -> GtkContainer
[src]
fn clone(&self) -> GtkContainer
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 GtkContainer
[src]
impl Debug for GtkContainer
Auto Trait Implementations
impl !Send for GtkContainer
impl !Send for GtkContainer
impl !Sync for GtkContainer
impl !Sync for GtkContainer