MDBX_chk_table_t

Type Alias MDBX_chk_table_t 

Source
pub type MDBX_chk_table_t = MDBX_chk_table;

Aliased Type§

#[repr(C)]
pub struct MDBX_chk_table_t { pub cookie: *mut MDBX_chk_user_table_cookie, pub name: iovec, pub flags: u32, pub id: i32, pub payload_bytes: usize, pub lost_bytes: usize, pub pages: MDBX_chk_table__bindgen_ty_1, pub histogram: MDBX_chk_table__bindgen_ty_2, }

Fields§

§cookie: *mut MDBX_chk_user_table_cookie§name: iovec§flags: u32§id: i32§payload_bytes: usize§lost_bytes: usize§pages: MDBX_chk_table__bindgen_ty_1§histogram: MDBX_chk_table__bindgen_ty_2

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 1712 bytes