Type Alias fdb_sys::FDBKey

source ·
pub type FDBKey = key;

Aliased Type§

struct FDBKey {
    pub key: *const u8,
    pub key_length: i32,
}

Fields§

§key: *const u8§key_length: i32

Trait Implementations§

source§

impl Clone for key

source§

fn clone(&self) -> key

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 key

source§

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

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

impl Copy for key