Struct libappindicator_sys::_GtkMenuShell
source · #[repr(C)]pub struct _GtkMenuShell {
pub container: GtkContainer,
pub priv_: *mut GtkMenuShellPrivate,
}
Fields§
§container: GtkContainer
§priv_: *mut GtkMenuShellPrivate
Auto Trait Implementations§
impl RefUnwindSafe for _GtkMenuShell
impl !Send for _GtkMenuShell
impl !Sync for _GtkMenuShell
impl Unpin for _GtkMenuShell
impl UnwindSafe for _GtkMenuShell
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