Type Alias FocalModule

Source
pub type FocalModule = focalModule;

Aliased Type§

struct FocalModule {
    pub theModule: *mut defmodule,
    pub theDefruleModule: *mut defruleModule,
    pub next: *mut focalModule,
}

Fields§

§theModule: *mut defmodule§theDefruleModule: *mut defruleModule§next: *mut focalModule