Type Alias fdb_sys::FDBMappedKeyValue

source ·
pub type FDBMappedKeyValue = mappedkeyvalue;

Aliased Type§

struct FDBMappedKeyValue {
    pub key: key,
    pub value: key,
    pub getRange: getrangereqandresult,
    pub buffer: [u8; 32],
}

Fields§

§key: key§value: key§getRange: getrangereqandresult§buffer: [u8; 32]

Trait Implementations§

source§

impl Clone for mappedkeyvalue

source§

fn clone(&self) -> mappedkeyvalue

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 mappedkeyvalue

source§

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

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

impl Copy for mappedkeyvalue