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