Struct rdma_sys::ibv_device
source · [−]#[repr(C)]pub struct ibv_device {
pub _ops: _ibv_device_ops,
pub node_type: Type,
pub transport_type: 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: Typetransport_type: Typename: [c_char; 64]dev_name: [c_char; 64]dev_path: [c_char; 256]ibdev_path: [c_char; 256]Trait Implementations
sourceimpl Clone for ibv_device
impl Clone for ibv_device
sourcefn clone(&self) -> ibv_device
fn clone(&self) -> ibv_device
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ibv_device
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more