Enum libfabric_sys::fi_datatype [] [src]

#[repr(u32)]
pub enum fi_datatype { FI_INT8, FI_UINT8, FI_INT16, FI_UINT16, FI_INT32, FI_UINT32, FI_INT64, FI_UINT64, FI_FLOAT, FI_DOUBLE, FI_FLOAT_COMPLEX, FI_DOUBLE_COMPLEX, FI_LONG_DOUBLE, FI_LONG_DOUBLE_COMPLEX, FI_DATATYPE_LAST, }

Variants

Trait Implementations

impl Debug for fi_datatype
[src]

Formats the value using the given formatter.

impl Copy for fi_datatype
[src]

impl Clone for fi_datatype
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for fi_datatype
[src]

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

Feeds a slice of this type into the state provided.