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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkToolItem
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkToolItem

impl !Sync for GtkToolItem