Struct clips_sys::joinNode

source ·
#[repr(C)]
pub struct joinNode {
Show 18 fields pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>, pub bsaveID: c_ulong, pub memoryLeftAdds: c_longlong, pub memoryRightAdds: c_longlong, pub memoryLeftDeletes: c_longlong, pub memoryRightDeletes: c_longlong, pub memoryCompares: c_longlong, pub leftMemory: *mut betaMemory, pub rightMemory: *mut betaMemory, pub networkTest: *mut Expression, pub secondaryNetworkTest: *mut Expression, pub leftHash: *mut Expression, pub rightHash: *mut Expression, pub rightSideEntryStructure: *mut c_void, pub nextLinks: *mut joinLink, pub lastLevel: *mut joinNode, pub rightMatchNode: *mut joinNode, pub ruleToActivate: *mut Defrule,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>bsaveID: c_ulongmemoryLeftAdds: c_longlongmemoryRightAdds: c_longlongmemoryLeftDeletes: c_longlongmemoryRightDeletes: c_longlongmemoryCompares: c_longlongleftMemory: *mut betaMemoryrightMemory: *mut betaMemorynetworkTest: *mut ExpressionsecondaryNetworkTest: *mut ExpressionleftHash: *mut ExpressionrightHash: *mut ExpressionrightSideEntryStructure: *mut c_voidnextLinks: *mut joinLinklastLevel: *mut joinNoderightMatchNode: *mut joinNoderuleToActivate: *mut Defrule

Implementations

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.