Enum emerald_librocksdb_sys::_bindgen_ty_1 [] [src]

#[repr(u32)]
pub enum _bindgen_ty_1 { rocksdb_block_based_table_index_type_binary_search, rocksdb_block_based_table_index_type_hash_search, rocksdb_block_based_table_index_type_two_level_index_search, }

Variants

Trait Implementations

impl Debug for _bindgen_ty_1
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _bindgen_ty_1
[src]

impl Clone for _bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for _bindgen_ty_1
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for _bindgen_ty_1
[src]

impl Hash for _bindgen_ty_1
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for _bindgen_ty_1

impl Sync for _bindgen_ty_1