Enum libfabric_sys::fi_op [] [src]

#[repr(u32)]
pub enum fi_op { FI_MIN, FI_MAX, FI_SUM, FI_PROD, FI_LOR, FI_LAND, FI_BOR, FI_BAND, FI_LXOR, FI_BXOR, FI_ATOMIC_READ, FI_ATOMIC_WRITE, FI_CSWAP, FI_CSWAP_NE, FI_CSWAP_LE, FI_CSWAP_LT, FI_CSWAP_GE, FI_CSWAP_GT, FI_MSWAP, FI_ATOMIC_OP_LAST, }

Variants

Trait Implementations

impl Debug for fi_op
[src]

Formats the value using the given formatter.

impl Copy for fi_op
[src]

impl Clone for fi_op
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for fi_op
[src]

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

Feeds a slice of this type into the state provided.