Struct gtk_sys::GtkToolItem[][src]

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

Fields

Trait Implementations

impl Copy for GtkToolItem
[src]

impl Clone for GtkToolItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkToolItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkToolItem

impl !Sync for GtkToolItem