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