Struct ibverbs::ffi::ibv_sge [] [src]

#[repr(C)]
pub struct ibv_sge { pub addr: u64, pub length: u32, pub lkey: u32, }

Fields

Trait Implementations

impl Debug for ibv_sge
[src]

Formats the value using the given formatter.

impl Copy for ibv_sge
[src]

impl Clone for ibv_sge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more