MDBX_chk_issue_t

Type Alias MDBX_chk_issue_t 

Source
pub type MDBX_chk_issue_t = MDBX_chk_issue;

Aliased Type§

#[repr(C)]
pub struct MDBX_chk_issue_t { pub next: *mut MDBX_chk_issue, pub count: usize, pub caption: *const i8, }

Fields§

§next: *mut MDBX_chk_issue§count: usize§caption: *const i8

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: 24 bytes