Struct gtk_sys::GtkMenuShell
source · [−]#[repr(C)]pub struct GtkMenuShell {
pub container: GtkContainer,
pub priv_: *mut GtkMenuShellPrivate,
}Fields
container: GtkContainerpriv_: *mut GtkMenuShellPrivateTrait Implementations
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
Mutably borrows from an owned value. Read more