#[repr(C)]
pub struct defmoduleData {
Show 19 fields pub LastModuleItem: *mut moduleItem, pub AfterModuleChangeFunctions: *mut voidCallFunctionItem, pub ModuleStack: *mut ModuleStackItem, pub CallModuleChangeFunctions: bool, pub ListOfDefmodules: *mut Defmodule, pub CurrentModule: *mut Defmodule, pub LastDefmodule: *mut Defmodule, pub NumberOfModuleItems: c_uint, pub ListOfModuleItems: *mut moduleItem, pub ModuleChangeIndex: c_long, pub MainModuleRedefinable: bool, pub ListOfPortConstructItems: *mut portConstructItem, pub NumberOfDefmodules: c_ushort, pub AfterModuleDefinedFunctions: *mut voidCallFunctionItem, pub DefmoduleCodeItem: *mut CodeGeneratorItem, pub BNumberOfDefmodules: c_ulong, pub NumberOfPortItems: c_ulong, pub PortItemArray: *mut portItem, pub DefmoduleArray: *mut Defmodule,
}

Fields

LastModuleItem: *mut moduleItemAfterModuleChangeFunctions: *mut voidCallFunctionItemModuleStack: *mut ModuleStackItemCallModuleChangeFunctions: boolListOfDefmodules: *mut DefmoduleCurrentModule: *mut DefmoduleLastDefmodule: *mut DefmoduleNumberOfModuleItems: c_uintListOfModuleItems: *mut moduleItemModuleChangeIndex: c_longMainModuleRedefinable: boolListOfPortConstructItems: *mut portConstructItemNumberOfDefmodules: c_ushortAfterModuleDefinedFunctions: *mut voidCallFunctionItemDefmoduleCodeItem: *mut CodeGeneratorItemBNumberOfDefmodules: c_ulongNumberOfPortItems: c_ulongPortItemArray: *mut portItemDefmoduleArray: *mut Defmodule

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.