#[repr(C)]pub struct ibv_grh {
pub version_tclass_flow: __be32,
pub paylen: __be16,
pub next_hdr: u8,
pub hop_limit: u8,
pub sgid: ibv_gid,
pub dgid: ibv_gid,
}
Fields§
§version_tclass_flow: __be32
§paylen: __be16
§next_hdr: u8
§hop_limit: u8
§sgid: ibv_gid
§dgid: ibv_gid
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ibv_grh
impl RefUnwindSafe for ibv_grh
impl Send for ibv_grh
impl Sync for ibv_grh
impl Unpin for ibv_grh
impl UnwindSafe for ibv_grh
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