Struct ibverbs_sys::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
Auto Trait Implementations
impl RefUnwindSafe for ibv_device
impl Send for ibv_device
impl Sync for ibv_device
impl Unpin for ibv_device
impl UnwindSafe for ibv_device
Blanket Implementations
Mutably borrows from an owned value. Read more