reth_db::mdbx::ffi

Type Alias MDBX_val

source
pub type MDBX_val = iovec;
Available on crate feature mdbx only.

Aliased Type§

struct MDBX_val {
    pub iov_base: *mut c_void,
    pub iov_len: usize,
}

Fields§

§iov_base: *mut c_void§iov_len: usize

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