Struct gtk_sys::GtkBox[][src]

#[repr(C)]
pub struct GtkBox { pub container: GtkContainer, pub priv_: *mut GtkBoxPrivate, }

Fields

Trait Implementations

impl Copy for GtkBox
[src]

impl Clone for GtkBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkBox
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkBox

impl !Sync for GtkBox