Struct gtk_sys::GtkUIManager [−][src]
#[repr(C)]pub struct GtkUIManager { pub parent: GObject, pub private_data: *mut GtkUIManagerPrivate, }
Fields
parent: GObject
private_data: *mut GtkUIManagerPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkUIManager
impl !Send for GtkUIManager
impl !Sync for GtkUIManager
impl Unpin for GtkUIManager
impl UnwindSafe for GtkUIManager
Blanket Implementations
Mutably borrows from an owned value. Read more