Struct libfabric_sys::fi_rma_iov [] [src]

#[repr(C)]
pub struct fi_rma_iov { pub addr: u64, pub len: usize, pub key: u64, }

Fields

Trait Implementations

impl Debug for fi_rma_iov
[src]

Formats the value using the given formatter.

impl Default for fi_rma_iov
[src]

Returns the "default value" for a type. Read more

impl Copy for fi_rma_iov
[src]

impl Clone for fi_rma_iov
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more