Struct lmdb_rs::MDB_val []

pub struct MDB_val {
    pub mv_size: u64,
    pub mv_data: *const c_void,
}

Fields

mv_size: u64 mv_data: *const c_void

Trait Implementations

impl Clone for MDB_val

fn clone(&self) -> MDB_val

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for MDB_val

impl Debug for MDB_val

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl ToMdbValue for MDB_val
[src]

fn to_mdb_value<'a>(&'a self) -> MdbValue<'a>