Struct clips_sys::engineData

source ·
#[repr(C)]
pub struct engineData {
Show 20 fields pub ExecutingRule: *mut Defrule, pub HaltRules: bool, pub TheLogicalJoin: *mut joinNode, pub TheLogicalBind: *mut partialMatch, pub UnsupportedDataEntities: *mut dependency, pub alreadyEntered: bool, pub ListOfAfterRuleFiresFunctions: *mut RuleFiredFunctionItem, pub ListOfBeforeRuleFiresFunctions: *mut RuleFiredFunctionItem, pub CurrentFocus: *mut FocalModule, pub FocusChanged: bool, pub WatchStatistics: bool, pub WatchFocus: bool, pub IncrementalResetInProgress: bool, pub JoinOperationInProgress: bool, pub GlobalLHSBinds: *mut partialMatch, pub GlobalRHSBinds: *mut partialMatch, pub GlobalJoin: *mut joinNode, pub GarbagePartialMatches: *mut partialMatch, pub GarbageAlphaMatches: *mut alphaMatch, pub AlreadyRunning: bool,
}

Fields

ExecutingRule: *mut DefruleHaltRules: boolTheLogicalJoin: *mut joinNodeTheLogicalBind: *mut partialMatchUnsupportedDataEntities: *mut dependencyalreadyEntered: boolListOfAfterRuleFiresFunctions: *mut RuleFiredFunctionItemListOfBeforeRuleFiresFunctions: *mut RuleFiredFunctionItemCurrentFocus: *mut FocalModuleFocusChanged: boolWatchStatistics: boolWatchFocus: boolIncrementalResetInProgress: boolJoinOperationInProgress: boolGlobalLHSBinds: *mut partialMatchGlobalRHSBinds: *mut partialMatchGlobalJoin: *mut joinNodeGarbagePartialMatches: *mut partialMatchGarbageAlphaMatches: *mut alphaMatchAlreadyRunning: bool

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.