Struct clips_sys::factsData

source ·
#[repr(C)]
pub struct factsData {
Show 25 fields pub ChangeToFactList: bool, pub WatchFacts: bool, pub DummyFact: Fact, pub GarbageFacts: *mut Fact, pub LastFact: *mut Fact, pub FactList: *mut Fact, pub NextFactIndex: c_longlong, pub NumberOfFacts: c_ulong, pub ListOfAssertFunctions: *mut callFunctionItemWithArg, pub ListOfRetractFunctions: *mut callFunctionItemWithArg, pub ListOfModifyFunctions: *mut ModifyCallFunctionItem, pub FactInfo: patternEntityRecord, pub CurrentDeftemplate: *mut Deftemplate, pub FactCodeItem: *mut CodeGeneratorItem, pub FactHashTable: *mut *mut factHashEntry, pub FactHashTableSize: c_ulong, pub FactDuplication: bool, pub CurrentPatternFact: *mut Fact, pub CurrentPatternMarks: *mut multifieldMarker, pub LastModuleIndex: c_long, pub retractError: RetractError, pub assertError: AssertError, pub assertStringError: AssertStringError, pub factModifierError: FactModifierError, pub factBuilderError: FactBuilderError,
}

Fields

ChangeToFactList: boolWatchFacts: boolDummyFact: FactGarbageFacts: *mut FactLastFact: *mut FactFactList: *mut FactNextFactIndex: c_longlongNumberOfFacts: c_ulongListOfAssertFunctions: *mut callFunctionItemWithArgListOfRetractFunctions: *mut callFunctionItemWithArgListOfModifyFunctions: *mut ModifyCallFunctionItemFactInfo: patternEntityRecordCurrentDeftemplate: *mut DeftemplateFactCodeItem: *mut CodeGeneratorItemFactHashTable: *mut *mut factHashEntryFactHashTableSize: c_ulongFactDuplication: boolCurrentPatternFact: *mut FactCurrentPatternMarks: *mut multifieldMarkerLastModuleIndex: c_longretractError: RetractErrorassertError: AssertErrorassertStringError: AssertStringErrorfactModifierError: FactModifierErrorfactBuilderError: FactBuilderError

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.