Type Alias fdb_sys::FDBGetRangeReqAndResult
source · 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: i32Trait Implementations§
source§impl Clone for getrangereqandresult
impl Clone for getrangereqandresult
source§fn clone(&self) -> getrangereqandresult
fn clone(&self) -> getrangereqandresult
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