Struct clips_sys::defclass

source ·
#[repr(C)]
pub struct defclass {
Show 24 fields pub header: ConstructHeader, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub id: c_ushort, pub busy: c_uint, pub hashTableIndex: c_uint, pub directSuperclasses: PACKED_CLASS_LINKS, pub directSubclasses: PACKED_CLASS_LINKS, pub allSuperclasses: PACKED_CLASS_LINKS, pub slots: *mut SlotDescriptor, pub instanceTemplate: *mut *mut SlotDescriptor, pub slotNameMap: *mut c_uint, pub slotCount: c_ushort, pub localInstanceSlotCount: c_ushort, pub instanceSlotCount: c_ushort, pub maxSlotNameID: c_ushort, pub instanceList: *mut Instance, pub instanceListBottom: *mut Instance, pub handlers: *mut DefmessageHandler, pub handlerOrderMap: *mut c_uint, pub handlerCount: c_ushort, pub nxtHash: *mut Defclass, pub scopeMap: *mut CLIPSBitMap, pub relevant_terminal_alpha_nodes: *mut CLASS_ALPHA_LINK, pub traversalRecord: [c_char; 32],
}

Fields

header: ConstructHeader_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>id: c_ushortbusy: c_uinthashTableIndex: c_uintdirectSuperclasses: PACKED_CLASS_LINKSdirectSubclasses: PACKED_CLASS_LINKSallSuperclasses: PACKED_CLASS_LINKSslots: *mut SlotDescriptorinstanceTemplate: *mut *mut SlotDescriptorslotNameMap: *mut c_uintslotCount: c_ushortlocalInstanceSlotCount: c_ushortinstanceSlotCount: c_ushortmaxSlotNameID: c_ushortinstanceList: *mut InstanceinstanceListBottom: *mut Instancehandlers: *mut DefmessageHandlerhandlerOrderMap: *mut c_uinthandlerCount: c_ushortnxtHash: *mut DefclassscopeMap: *mut CLIPSBitMaprelevant_terminal_alpha_nodes: *mut CLASS_ALPHA_LINKtraversalRecord: [c_char; 32]

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.