Struct extremedb_sys::mco_dict_index_t_[][src]

#[repr(C)]
pub struct mco_dict_index_t_ { pub class_code: uint2, pub impl_no: uint2, pub numof_fields: uint2, pub vect_field_offset: mco_offs32_sig_t, pub flags: uint4, pub fields: *const mco_dict_index_field_t, pub numof_keys_estimate: mco_hash_counter_t, pub userdef_id: int2, pub reserved: int2, }

Fields

class_code: uint2impl_no: uint2numof_fields: uint2vect_field_offset: mco_offs32_sig_tflags: uint4fields: *const mco_dict_index_field_tnumof_keys_estimate: mco_hash_counter_tuserdef_id: int2reserved: int2

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

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.