Enum libfabric_sys::fi_mr_mode [] [src]

#[repr(u32)]
pub enum fi_mr_mode { FI_MR_UNSPEC, FI_MR_BASIC, FI_MR_SCALABLE, }

Variants

Trait Implementations

impl Debug for fi_mr_mode
[src]

Formats the value using the given formatter.

impl Copy for fi_mr_mode
[src]

impl Clone for fi_mr_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for fi_mr_mode
[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 fi_mr_mode
[src]

impl Hash for fi_mr_mode
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.