Struct lmdb_rs::MDB_val
[−]
[src]
#[repr(C)]pub struct MDB_val { pub mv_size: usize, pub mv_data: *const c_void, }
Fields
mv_size: usize
mv_data: *const c_void
Trait Implementations
impl Copy for MDB_val
[src]
impl Debug for MDB_val
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for MDB_val
[src]
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