Type Alias fdb_sys::FDBKeyRange

source ·
pub type FDBKeyRange = keyrange;

Aliased Type§

struct FDBKeyRange {
    pub begin_key: *const u8,
    pub begin_key_length: i32,
    pub end_key: *const u8,
    pub end_key_length: i32,
}

Fields§

§begin_key: *const u8§begin_key_length: i32§end_key: *const u8§end_key_length: i32

Trait Implementations§

source§

impl Clone for keyrange

source§

fn clone(&self) -> keyrange

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 keyrange

source§

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

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

impl Copy for keyrange