Struct gtk_sys::GtkUIManager[][src]

#[repr(C)]
pub struct GtkUIManager { pub parent: GObject, pub private_data: *mut GtkUIManagerPrivate, }

Fields

Trait Implementations

impl Copy for GtkUIManager
[src]

impl Clone for GtkUIManager
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkUIManager
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkUIManager

impl !Sync for GtkUIManager