Type Alias ModuleStackItem

Source
pub type ModuleStackItem = moduleStackItem;

Aliased Type§

struct ModuleStackItem {
    pub changeFlag: bool,
    pub theModule: *mut defmodule,
    pub next: *mut moduleStackItem,
}

Fields§

§changeFlag: bool§theModule: *mut defmodule§next: *mut moduleStackItem