#[repr(C)]pub struct ibv_sge {
pub addr: u64,
pub length: u32,
pub lkey: u32,
}
Fields§
§addr: u64
§length: u32
§lkey: u32
Trait Implementations§
impl Copy for ibv_sge
Auto Trait Implementations§
impl Freeze for ibv_sge
impl RefUnwindSafe for ibv_sge
impl Send for ibv_sge
impl Sync for ibv_sge
impl Unpin for ibv_sge
impl UnwindSafe for ibv_sge
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