Enum liblmdb_sys::MDB_cursor_op [] [src]

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

MDB_FIRSTMDB_FIRST_DUPMDB_GET_BOTHMDB_GET_BOTH_RANGEMDB_GET_CURRENTMDB_GET_MULTIPLEMDB_LASTMDB_LAST_DUPMDB_NEXTMDB_NEXT_DUPMDB_NEXT_MULTIPLEMDB_NEXT_NODUPMDB_PREVMDB_PREV_DUPMDB_PREV_NODUPMDB_SETMDB_SET_KEYMDB_SET_RANGE

Trait Implementations

impl PartialEq for MDB_cursor_op
[src]

fn eq(&self, __arg_0: &MDB_cursor_op) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for MDB_cursor_op
[src]

impl Clone for MDB_cursor_op
[src]

fn clone(&self) -> MDB_cursor_op

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for MDB_cursor_op
[src]