Struct gtk_sys::GtkMenu [−][src]
#[repr(C)]pub struct GtkMenu { pub menu_shell: GtkMenuShell, pub priv_: *mut GtkMenuPrivate, }
Fields
priv_: *mut GtkMenuPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkMenu
impl UnwindSafe for GtkMenu
Blanket Implementations
Mutably borrows from an owned value. Read more