Enum ibverbs::ffi::ibv_rereg_mr_err_code [] [src]

#[repr(i32)]
pub enum ibv_rereg_mr_err_code { IBV_REREG_MR_ERR_INPUT, IBV_REREG_MR_ERR_DONT_FORK_NEW, IBV_REREG_MR_ERR_DO_FORK_OLD, IBV_REREG_MR_ERR_CMD, IBV_REREG_MR_ERR_CMD_AND_DO_FORK_NEW, }

Variants

Trait Implementations

impl Debug for ibv_rereg_mr_err_code
[src]

Formats the value using the given formatter.

impl Copy for ibv_rereg_mr_err_code
[src]

impl Clone for ibv_rereg_mr_err_code
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ibv_rereg_mr_err_code
[src]

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

This method tests for !=.

impl Eq for ibv_rereg_mr_err_code
[src]

impl Hash for ibv_rereg_mr_err_code
[src]

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

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