Struct gtk_sys::GtkToolButton[][src]

#[repr(C)]
pub struct GtkToolButton { pub parent: GtkToolItem, pub priv_: *mut GtkToolButtonPrivate, }

Fields

Trait Implementations

impl Copy for GtkToolButton
[src]

impl Clone for GtkToolButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkToolButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkToolButton

impl !Sync for GtkToolButton