Type Alias fdb_sys::FDBKeyValue

source ·
pub type FDBKeyValue = keyvalue;

Aliased Type§

struct FDBKeyValue {
    pub key: *const u8,
    pub key_length: i32,
    pub value: *const u8,
    pub value_length: i32,
}

Fields§

§key: *const u8§key_length: i32§value: *const u8§value_length: i32

Trait Implementations§

source§

impl Clone for keyvalue

source§

fn clone(&self) -> keyvalue

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for keyvalue

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for keyvalue