#[repr(C)]pub struct mdbindex {
pub index_num: c_int,
pub name: [c_char; 257],
pub index_type: c_uchar,
pub first_pg: guint32,
pub num_rows: c_int,
pub num_keys: c_uint,
pub key_col_num: [c_short; 10],
pub key_col_order: [c_uchar; 10],
pub flags: c_uchar,
pub table: *mut MdbTableDef,
}Fields§
§index_num: c_int§name: [c_char; 257]§index_type: c_uchar§first_pg: guint32§num_rows: c_int§num_keys: c_uint§key_col_num: [c_short; 10]§key_col_order: [c_uchar; 10]§flags: c_uchar§table: *mut MdbTableDefTrait Implementations§
Auto Trait Implementations§
impl Freeze for mdbindex
impl RefUnwindSafe for mdbindex
impl !Send for mdbindex
impl !Sync for mdbindex
impl Unpin for mdbindex
impl UnwindSafe for mdbindex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more