#[repr(C)]
pub struct constructData {
Show 32 fields pub ClearReadyInProgress: bool, pub ClearInProgress: bool, pub ResetReadyInProgress: bool, pub ResetInProgress: bool, pub ClearReadyLocks: c_short, pub DanglingConstructs: c_int, pub ListOfSaveFunctions: *mut SaveCallFunctionItem, pub PrintWhileLoading: bool, pub LoadInProgress: bool, pub WatchCompilations: bool, pub CheckSyntaxMode: bool, pub ParsingConstruct: bool, pub ErrorString: *mut c_char, pub WarningString: *mut c_char, pub ParsingFileName: *mut c_char, pub ErrorFileName: *mut c_char, pub WarningFileName: *mut c_char, pub ErrLineNumber: c_long, pub WrnLineNumber: c_long, pub errorCaptureRouterCount: c_int, pub MaxErrChars: usize, pub CurErrPos: usize, pub MaxWrnChars: usize, pub CurWrnPos: usize, pub ParserErrorCallback: ParserErrorFunction, pub ParserErrorContext: *mut c_void, pub ListOfConstructs: *mut Construct, pub ListOfResetFunctions: *mut voidCallFunctionItem, pub ListOfClearFunctions: *mut voidCallFunctionItem, pub ListOfClearReadyFunctions: *mut boolCallFunctionItem, pub Executing: bool, pub BeforeResetCallback: BeforeResetFunction,
}

Fields

ClearReadyInProgress: boolClearInProgress: boolResetReadyInProgress: boolResetInProgress: boolClearReadyLocks: c_shortDanglingConstructs: c_intListOfSaveFunctions: *mut SaveCallFunctionItemPrintWhileLoading: boolLoadInProgress: boolWatchCompilations: boolCheckSyntaxMode: boolParsingConstruct: boolErrorString: *mut c_charWarningString: *mut c_charParsingFileName: *mut c_charErrorFileName: *mut c_charWarningFileName: *mut c_charErrLineNumber: c_longWrnLineNumber: c_longerrorCaptureRouterCount: c_intMaxErrChars: usizeCurErrPos: usizeMaxWrnChars: usizeCurWrnPos: usizeParserErrorCallback: ParserErrorFunctionParserErrorContext: *mut c_voidListOfConstructs: *mut ConstructListOfResetFunctions: *mut voidCallFunctionItemListOfClearFunctions: *mut voidCallFunctionItemListOfClearReadyFunctions: *mut boolCallFunctionItemExecuting: boolBeforeResetCallback: BeforeResetFunction

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.