Enum libfabric_sys::fi_threading [] [src]

#[repr(u32)]
pub enum fi_threading { FI_THREAD_UNSPEC, FI_THREAD_SAFE, FI_THREAD_FID, FI_THREAD_DOMAIN, FI_THREAD_COMPLETION, FI_THREAD_ENDPOINT, }

Variants

Trait Implementations

impl Debug for fi_threading
[src]

Formats the value using the given formatter.

impl Copy for fi_threading
[src]

impl Clone for fi_threading
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for fi_threading
[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_threading
[src]

impl Hash for fi_threading
[src]

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

Feeds a slice of this type into the state provided.