#[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_ops
§node_type: ibv_node_type
§transport_type: ibv_transport_type
§name: [c_char; 64]
§dev_name: [c_char; 64]
§dev_path: [c_char; 256]
§ibdev_path: [c_char; 256]
Trait Implementations§
Source§impl Clone for ibv_device
impl Clone for ibv_device
Source§fn clone(&self) -> ibv_device
fn clone(&self) -> ibv_device
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ibv_device
impl Debug for ibv_device
Source§impl Default for ibv_device
impl Default for ibv_device
impl Copy for ibv_device
Auto Trait Implementations§
impl Freeze for ibv_device
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more