Struct gtk_sys::GtkUIManager
source · #[repr(C)]pub struct GtkUIManager {
pub parent: GObject,
pub private_data: *mut GtkUIManagerPrivate,
}Fields§
§parent: GObject§private_data: *mut GtkUIManagerPrivateTrait Implementations§
source§impl Clone for GtkUIManager
impl Clone for GtkUIManager
source§fn clone(&self) -> GtkUIManager
fn clone(&self) -> GtkUIManager
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more