Struct libappindicator_sys::_GtkMenu
source · #[repr(C)]pub struct _GtkMenu {
pub menu_shell: GtkMenuShell,
pub priv_: *mut GtkMenuPrivate,
}
Fields§
§priv_: *mut GtkMenuPrivate
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