Struct gtk_sys::GtkToolItem
[−]
[src]
#[repr(C)]pub struct GtkToolItem { pub parent: GtkBin, pub priv_: *mut GtkToolItemPrivate, }
Fields
parent: GtkBin
priv_: *mut GtkToolItemPrivate
Trait Implementations
impl Copy for GtkToolItem
[src]
impl Clone for GtkToolItem
[src]
fn clone(&self) -> GtkToolItem
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more