Struct librocksdb_sys::rocksdb_compactionfilterfactory_t[][src]

#[repr(C)]
pub struct rocksdb_compactionfilterfactory_t { /* fields omitted */ }

Trait Implementations

impl Debug for rocksdb_compactionfilterfactory_t
[src]

Formats the value using the given formatter. Read more

impl Copy for rocksdb_compactionfilterfactory_t
[src]

impl Clone for rocksdb_compactionfilterfactory_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations