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