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