Struct clips_sys::symbolData

source ·
#[repr(C)]
pub struct symbolData {
Show 18 fields pub PositiveInfinity: *mut CLIPSLexeme, pub NegativeInfinity: *mut CLIPSLexeme, pub Zero: *mut CLIPSInteger, pub SymbolTable: *mut *mut CLIPSLexeme, pub FloatTable: *mut *mut CLIPSFloat, pub IntegerTable: *mut *mut CLIPSInteger, pub BitMapTable: *mut *mut CLIPSBitMap, pub ExternalAddressTable: *mut *mut CLIPSExternalAddress, pub NumberOfSymbols: c_ulong, pub NumberOfFloats: c_ulong, pub NumberOfIntegers: c_ulong, pub NumberOfBitMaps: c_ulong, pub NumberOfExternalAddresses: c_ulong, pub SymbolArray: *mut *mut CLIPSLexeme, pub FloatArray: *mut *mut CLIPSFloat, pub IntegerArray: *mut *mut CLIPSInteger, pub BitMapArray: *mut *mut CLIPSBitMap, pub ExternalAddressArray: *mut *mut CLIPSExternalAddress,
}

Fields

PositiveInfinity: *mut CLIPSLexemeNegativeInfinity: *mut CLIPSLexemeZero: *mut CLIPSIntegerSymbolTable: *mut *mut CLIPSLexemeFloatTable: *mut *mut CLIPSFloatIntegerTable: *mut *mut CLIPSIntegerBitMapTable: *mut *mut CLIPSBitMapExternalAddressTable: *mut *mut CLIPSExternalAddressNumberOfSymbols: c_ulongNumberOfFloats: c_ulongNumberOfIntegers: c_ulongNumberOfBitMaps: c_ulongNumberOfExternalAddresses: c_ulongSymbolArray: *mut *mut CLIPSLexemeFloatArray: *mut *mut CLIPSFloatIntegerArray: *mut *mut CLIPSIntegerBitMapArray: *mut *mut CLIPSBitMapExternalAddressArray: *mut *mut CLIPSExternalAddress

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.