Enum liblmdb_sys::MDB_cursor_op [] [src]

#[repr(C)]
pub enum MDB_cursor_op { MDB_FIRST, MDB_FIRST_DUP, MDB_GET_BOTH, MDB_GET_BOTH_RANGE, MDB_GET_CURRENT, MDB_GET_MULTIPLE, MDB_LAST, MDB_LAST_DUP, MDB_NEXT, MDB_NEXT_DUP, MDB_NEXT_MULTIPLE, MDB_NEXT_NODUP, MDB_PREV, MDB_PREV_DUP, MDB_PREV_NODUP, MDB_SET, MDB_SET_KEY, MDB_SET_RANGE, }

Variants

Trait Implementations

impl Copy for MDB_cursor_op
[src]

impl Clone for MDB_cursor_op
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for MDB_cursor_op
[src]

impl PartialEq for MDB_cursor_op
[src]

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

This method tests for !=.