#[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 !Send for GtkMenu
impl !Sync for GtkMenu
impl Unpin for GtkMenu
impl UnwindSafe for GtkMenu
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more