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