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