#[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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more