Struct extremedb_sys::mco_dictionary_t_[][src]

#[repr(C)]
pub struct mco_dictionary_t_ {
Show 36 fields pub str_class_names: *const *const c_char, pub str_index_names: *const *const c_char, pub version_major: uint2, pub version_minor: uint2, pub version_build: uint2, pub magic_number: uint2, pub flags: uint4, pub oid_is_supported: uint2, pub auto_oid_supported: uint2, pub n_class_codes: uint2, pub n_list_indexes: uint2, pub n_autoid_indexes: uint2, pub n_history_indexes: uint2, pub n_userdef_indexes: uint2, pub max_numof_indexes_per_obj: uint2, pub n_structs: uint2, pub pad: uint2, pub num_oid_estimation: mco_counter32_t, pub num_HA_estimation: mco_counter32_t, pub n_desc_indexes: uint2, pub n_desc_events: uint2, pub n_desc_colls: uint2, pub exact_OID_sizeof: uint2, pub layout_OID_size: uint2, pub v_class_info: *const mco_dict_class_info_t, pub v_desc_indexes: *const mco_dict_index_t, pub v_desc_events: *const mco_dict_event_t, pub v_all_struct: *const mco_dict_struct_t, pub v_desc_colls: *const mco_dict_collation_t, pub sizeof_mco_offs_t: [uint1; 2], pub sizeof_mco_size_t: [uint1; 2], pub init_i_data: mco_dictionary_t___bindgen_ty_1, pub init_i_data_n: uint4, pub init_d_data: mco_dictionary_t___bindgen_ty_2, pub init_d_data_n: uint4, pub class_code_origin: uint4,
}

Fields

str_class_names: *const *const c_charstr_index_names: *const *const c_charversion_major: uint2version_minor: uint2version_build: uint2magic_number: uint2flags: uint4oid_is_supported: uint2auto_oid_supported: uint2n_class_codes: uint2n_list_indexes: uint2n_autoid_indexes: uint2n_history_indexes: uint2n_userdef_indexes: uint2max_numof_indexes_per_obj: uint2n_structs: uint2pad: uint2num_oid_estimation: mco_counter32_tnum_HA_estimation: mco_counter32_tn_desc_indexes: uint2n_desc_events: uint2n_desc_colls: uint2exact_OID_sizeof: uint2layout_OID_size: uint2v_class_info: *const mco_dict_class_info_tv_desc_indexes: *const mco_dict_index_tv_desc_events: *const mco_dict_event_tv_all_struct: *const mco_dict_struct_tv_desc_colls: *const mco_dict_collation_tsizeof_mco_offs_t: [uint1; 2]sizeof_mco_size_t: [uint1; 2]init_i_data: mco_dictionary_t___bindgen_ty_1init_i_data_n: uint4init_d_data: mco_dictionary_t___bindgen_ty_2init_d_data_n: uint4class_code_origin: uint4

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.