#[repr(C)]pub struct ibv_gid_entry {
pub gid: ibv_gid,
pub gid_index: u32,
pub port_num: u32,
pub gid_type: u32,
pub ndev_ifindex: u32,
}Fields§
§gid: ibv_gid§gid_index: u32§port_num: u32§gid_type: u32§ndev_ifindex: u32Auto Trait Implementations§
impl Freeze for ibv_gid_entry
impl RefUnwindSafe for ibv_gid_entry
impl Send for ibv_gid_entry
impl Sync for ibv_gid_entry
impl Unpin for ibv_gid_entry
impl UnwindSafe for ibv_gid_entry
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