Struct gtk_sys::GtkMenuShell[][src]

#[repr(C)]
pub struct GtkMenuShell { pub container: GtkContainer, pub priv_: *mut GtkMenuShellPrivate, }

Fields

Trait Implementations

impl Copy for GtkMenuShell
[src]

impl Clone for GtkMenuShell
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkMenuShell
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkMenuShell

impl !Sync for GtkMenuShell