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
impl Clone for mappedkeyvalue
source§fn clone(&self) -> mappedkeyvalue
fn clone(&self) -> mappedkeyvalue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more