Struct extremedb_sys::mco_dict_field_t_[][src]

#[repr(C)]
pub struct mco_dict_field_t_ {
Show 16 fields pub name: *const c_char, pub layout: mco_datalayout_t, pub field_el_type: uint1, pub flags: uint1, pub array_size: uint2, pub struct_num: int4, pub field_size: uint4, pub refto_class: int2, pub init_index: c_uint, pub order_no: uint2, pub no: uint2, pub event_id: uint2, pub indicator: uint2, pub precision: int1, pub seq_order: int1, pub seq_elem_size: int1,
}

Fields

name: *const c_charlayout: mco_datalayout_tfield_el_type: uint1flags: uint1array_size: uint2struct_num: int4field_size: uint4refto_class: int2init_index: c_uintorder_no: uint2no: uint2event_id: uint2indicator: uint2precision: int1seq_order: int1seq_elem_size: int1

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.