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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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