Struct lmdb_rs::MDB_val []

#[repr(C)]
pub struct MDB_val { pub mv_size: usize, pub mv_data: *const c_void, }

Fields

Trait Implementations

impl Debug for MDB_val

Formats the value using the given formatter.

impl Clone for MDB_val

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MDB_val

impl ToMdbValue for MDB_val
[src]