Enum libfabric_sys::fi_ep_type [] [src]

#[repr(u32)]
pub enum fi_ep_type { FI_EP_UNSPEC, FI_EP_MSG, FI_EP_DGRAM, FI_EP_RDM, FI_EP_SOCK_STREAM, FI_EP_SOCK_DGRAM, }

Variants

Trait Implementations

impl Debug for fi_ep_type
[src]

Formats the value using the given formatter.

impl Copy for fi_ep_type
[src]

impl Clone for fi_ep_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for fi_ep_type
[src]

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

Feeds a slice of this type into the state provided.