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
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