MdbIndex

Type Alias MdbIndex 

Source
pub type MdbIndex = mdbindex;

Aliased Type§

#[repr(C)]
pub struct MdbIndex { pub index_num: i32, pub name: [i8; 257], pub index_type: u8, pub first_pg: u32, pub num_rows: i32, pub num_keys: u32, pub key_col_num: [i16; 10], pub key_col_order: [u8; 10], pub flags: u8, pub table: *mut S_MdbTableDef, }

Fields§

§index_num: i32§name: [i8; 257]§index_type: u8§first_pg: u32§num_rows: i32§num_keys: u32§key_col_num: [i16; 10]§key_col_order: [u8; 10]§flags: u8§table: *mut S_MdbTableDef