Enum libfabric_sys::fi_av_type [] [src]

#[repr(u32)]
pub enum fi_av_type { FI_AV_UNSPEC, FI_AV_MAP, FI_AV_TABLE, }

Variants

Trait Implementations

impl Debug for fi_av_type
[src]

Formats the value using the given formatter.

impl Copy for fi_av_type
[src]

impl Clone for fi_av_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for fi_av_type
[src]

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

Feeds a slice of this type into the state provided.