#[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: u32
Trait Implementations§
Source§impl Clone for ibv_gid_entry
impl Clone for ibv_gid_entry
Source§fn clone(&self) -> ibv_gid_entry
fn clone(&self) -> ibv_gid_entry
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 Default for ibv_gid_entry
impl Default for ibv_gid_entry
impl Copy for ibv_gid_entry
Auto 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