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 Copy for GtkToolItem
impl Clone for GtkToolItem
[src]
impl Clone for GtkToolItem
fn clone(&self) -> GtkToolItem
[src]
fn clone(&self) -> GtkToolItem
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkToolItem
[src]
impl Debug for GtkToolItem
Auto Trait Implementations
impl !Send for GtkToolItem
impl !Send for GtkToolItem
impl !Sync for GtkToolItem
impl !Sync for GtkToolItem