Struct gtk_sys::GtkToolbar [] [src]

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

Fields

Trait Implementations

impl Copy for GtkToolbar
[src]

impl Clone for GtkToolbar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkToolbar
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkToolbar

impl !Sync for GtkToolbar