#[repr(C)]pub struct _GtkMenu {
pub menu_shell: GtkMenuShell,
pub priv_: *mut GtkMenuPrivate,
}
Fields§
§priv_: *mut GtkMenuPrivate
Auto Trait Implementations§
impl Freeze for _GtkMenu
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