Struct extremedb_sys::mco_dict_class_info_t_[][src]

#[repr(C)]
pub struct mco_dict_class_info_t_ {
Show 16 fields pub first_index_num: int2, pub last_index_num: int2, pub list_index_num: int2, pub autoid_index_num: int2, pub fixedsize: uint4, pub autoid_offset: uint2, pub history_index_num: int2, pub history_length: uint2, pub history_offset: uint2, pub first_event_num: int2, pub last_event_num: int2, pub flags: uint2, pub struct_ptr: *const mco_dict_struct_t, pub init_size: mco_size_t, pub auto_oid_offset: uint2, pub reserved: uint2,
}

Fields

first_index_num: int2last_index_num: int2list_index_num: int2autoid_index_num: int2fixedsize: uint4autoid_offset: uint2history_index_num: int2history_length: uint2history_offset: uint2first_event_num: int2last_event_num: int2flags: uint2struct_ptr: *const mco_dict_struct_tinit_size: mco_size_tauto_oid_offset: uint2reserved: uint2

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.