Struct gtk_sys::GtkImageMenuItem[][src]

#[repr(C)]
pub struct GtkImageMenuItem { pub menu_item: GtkMenuItem, pub priv_: *mut GtkImageMenuItemPrivate, }

Fields

Trait Implementations

impl Copy for GtkImageMenuItem
[src]

impl Clone for GtkImageMenuItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkImageMenuItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations