Struct gtk_sys::GtkImageMenuItem
source · #[repr(C)]pub struct GtkImageMenuItem {
pub menu_item: GtkMenuItem,
pub priv_: *mut GtkImageMenuItemPrivate,
}
Fields§
§priv_: *mut GtkImageMenuItemPrivate
Trait Implementations§
source§impl Clone for GtkImageMenuItem
impl Clone for GtkImageMenuItem
source§fn clone(&self) -> GtkImageMenuItem
fn clone(&self) -> GtkImageMenuItem
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