Enum ibverbs::ffi::ibv_transport_type [] [src]

#[repr(i32)]
pub enum ibv_transport_type { IBV_TRANSPORT_UNKNOWN, IBV_TRANSPORT_IB, IBV_TRANSPORT_IWARP, IBV_TRANSPORT_USNIC, IBV_TRANSPORT_USNIC_UDP, }

Variants

Trait Implementations

impl Debug for ibv_transport_type
[src]

Formats the value using the given formatter.

impl Copy for ibv_transport_type
[src]

impl Clone for ibv_transport_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ibv_transport_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 ibv_transport_type
[src]

impl Hash for ibv_transport_type
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more