Struct gtk_sys::GtkSeparatorToolItem[][src]

#[repr(C)]
pub struct GtkSeparatorToolItem { pub parent: GtkToolItem, pub priv_: *mut GtkSeparatorToolItemPrivate, }

Fields

Trait Implementations

impl Copy for GtkSeparatorToolItem
[src]

impl Clone for GtkSeparatorToolItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkSeparatorToolItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations