pub type FDBGetRangeReqAndResult = getrangereqandresult;Aliased Type§
#[repr(C)]pub 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