Struct lmdb_rs::MDB_val [] [src]

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

Fields

Trait Implementations

impl Copy for MDB_val
[src]

impl Debug for MDB_val
[src]

Formats the value using the given formatter.

impl Clone for MDB_val
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToMdbValue for MDB_val
[src]