Struct extremedb_sys::mco_db_params_t_[][src]

#[repr(C)]
pub struct mco_db_params_t_ {
Show 45 fields pub mark: uint2, pub mem_page_size: uint2, pub disk_page_size: uint4, pub db_max_connections: uint4, pub disk_max_database_size: mco_offs_t, pub file_extension_quantum: mco_offs_t, pub db_log_type: MCO_LOG_TYPE, pub connection_context_size: uint2, pub hash_load_factor: uint2, pub index_optimistic_lock_threshold: uint2, pub log_params: mco_log_params_t, pub mode_mask: c_int, pub min_conn_local_pages: c_int, pub max_conn_local_pages: c_int, pub allocation_bitmap_caching_priority: c_int, pub index_caching_priority: c_int, pub object_caching_priority: c_int, pub ddl_dict: *mut mco_ddl_dictionary_t_, pub ddl_dict_size: mco_size_t, pub ddl_dict_flags: c_int, pub cipher_key: *mut c_char, pub dynamic_hash: mco_bool, pub license_key: *mut c_char, pub max_classes: c_int, pub max_indexes: c_int, pub autocompact_threshold: mco_size_t, pub trans_sched_policy: MCO_TRANS_SCHED_POLICY, pub max_trans_time: uint8, pub max_gc_versions: c_int, pub max_active_pages: c_int, pub page_hash_bundles: c_int, pub compression_level: c_int, pub compression_mask: c_int, pub expected_compression_ratio: c_int, pub btree_cursor_read_ahead_size: uint1, pub mvcc_bitmap_size: c_int, pub additional_heap_size: c_int, pub cow_pagemap_size: mco_size_t, pub backup_map_size: mco_size_t, pub backup_min_pages: c_uint, pub backup_max_passes: c_uint, pub backup_map_filename: [c_char; 256], pub iot_agent_id: uint8, pub iot_level: uint2, pub file_backup_delay: uint4,
}

Fields

mark: uint2mem_page_size: uint2disk_page_size: uint4db_max_connections: uint4disk_max_database_size: mco_offs_tfile_extension_quantum: mco_offs_tdb_log_type: MCO_LOG_TYPEconnection_context_size: uint2hash_load_factor: uint2index_optimistic_lock_threshold: uint2log_params: mco_log_params_tmode_mask: c_intmin_conn_local_pages: c_intmax_conn_local_pages: c_intallocation_bitmap_caching_priority: c_intindex_caching_priority: c_intobject_caching_priority: c_intddl_dict: *mut mco_ddl_dictionary_t_ddl_dict_size: mco_size_tddl_dict_flags: c_intcipher_key: *mut c_chardynamic_hash: mco_boollicense_key: *mut c_charmax_classes: c_intmax_indexes: c_intautocompact_threshold: mco_size_ttrans_sched_policy: MCO_TRANS_SCHED_POLICYmax_trans_time: uint8max_gc_versions: c_intmax_active_pages: c_intpage_hash_bundles: c_intcompression_level: c_intcompression_mask: c_intexpected_compression_ratio: c_intbtree_cursor_read_ahead_size: uint1mvcc_bitmap_size: c_intadditional_heap_size: c_intcow_pagemap_size: mco_size_tbackup_map_size: mco_size_tbackup_min_pages: c_uintbackup_max_passes: c_uintbackup_map_filename: [c_char; 256]iot_agent_id: uint8iot_level: uint2file_backup_delay: 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.