Struct gtk_sys::GtkSeparatorMenuItem[][src]

#[repr(C)]
pub struct GtkSeparatorMenuItem { pub menu_item: GtkMenuItem, }

Fields

Trait Implementations

impl Copy for GtkSeparatorMenuItem
[src]

impl Clone for GtkSeparatorMenuItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkSeparatorMenuItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations