pub type FDBGetRangeReqAndResult = getrangereqandresult;

Aliased Type§

struct FDBGetRangeReqAndResult {
    pub begin: keyselector,
    pub end: keyselector,
    pub data: *mut keyvalue,
    pub m_size: i32,
    pub m_capacity: i32,
}

Fields§

§begin: keyselector§end: keyselector§data: *mut keyvalue§m_size: i32§m_capacity: i32

Trait Implementations§

source§

impl Clone for getrangereqandresult

source§

fn clone(&self) -> getrangereqandresult

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 getrangereqandresult

source§

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

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

impl Copy for getrangereqandresult