Struct gtk_sys::GtkMenuBar[][src]

#[repr(C)]
pub struct GtkMenuBar { pub menu_shell: GtkMenuShell, pub priv_: *mut GtkMenuBarPrivate, }

Fields

Trait Implementations

impl Copy for GtkMenuBar
[src]

impl Clone for GtkMenuBar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkMenuBar
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkMenuBar

impl !Sync for GtkMenuBar