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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkMenuBar
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkMenuBar

impl !Sync for GtkMenuBar