DBComressionType copyable

master
zhangjinpeng1987 8 years ago committed by Karl Hobley
parent b9bcc0900e
commit ab9028c778
  1. 1
      src/ffi.rs

@ -70,6 +70,7 @@ pub fn new_cache(capacity: size_t) -> DBCache {
unsafe { rocksdb_cache_create_lru(capacity) }
}
#[derive(Copy, Clone)]
#[repr(C)]
pub enum DBCompressionType {
None = 0,

Loading…
Cancel
Save