Type Alias FDBKey

Source
pub type FDBKey = key;

Aliased Type§

#[repr(C, packed(4))]
pub struct FDBKey { pub key: *const u8, pub key_length: i32, }

Fields§

§key: *const u8§key_length: i32