Struct gtk_sys::GtkTearoffMenuItem[][src]

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

Fields

Trait Implementations

impl Copy for GtkTearoffMenuItem
[src]

impl Clone for GtkTearoffMenuItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTearoffMenuItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations