Enum libfabric_sys::fi_trigger_op [] [src]

#[repr(u32)]
pub enum fi_trigger_op { FI_OP_RECV, FI_OP_SEND, FI_OP_TRECV, FI_OP_TSEND, FI_OP_READ, FI_OP_WRITE, FI_OP_ATOMIC, FI_OP_FETCH_ATOMIC, FI_OP_COMPARE_ATOMIC, FI_OP_CNTR_SET, FI_OP_CNTR_ADD, }

Variants

Trait Implementations

impl Debug for fi_trigger_op
[src]

Formats the value using the given formatter.

impl Copy for fi_trigger_op
[src]

impl Clone for fi_trigger_op
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for fi_trigger_op
[src]

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

Feeds a slice of this type into the state provided.