Struct ibverbs::ffi::ibv_device[][src]

#[repr(C)]
pub struct ibv_device { pub _ops: _ibv_device_ops, pub node_type: ibv_node_type, pub transport_type: ibv_transport_type, pub name: [c_char; 64], pub dev_name: [c_char; 64], pub dev_path: [c_char; 256], pub ibdev_path: [c_char; 256], }

Fields

_ops: _ibv_device_opsnode_type: ibv_node_typetransport_type: ibv_transport_typename: [c_char; 64]dev_name: [c_char; 64]dev_path: [c_char; 256]ibdev_path: [c_char; 256]

Trait Implementations

impl Clone for ibv_device[src]

impl Copy for ibv_device[src]

impl Default for ibv_device[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.