Struct libfabric_sys::fi_msg_rma [] [src]

#[repr(C)]
pub struct fi_msg_rma { pub msg_iov: *const iovec, pub desc: *mut *mut c_void, pub iov_count: usize, pub addr: fi_addr_t, pub rma_iov: *const fi_rma_iov, pub rma_iov_count: usize, pub context: *mut c_void, pub data: u64, }

Fields

Trait Implementations

impl Debug for fi_msg_rma
[src]

Formats the value using the given formatter.

impl Copy for fi_msg_rma
[src]

impl Clone for fi_msg_rma
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_msg_rma
[src]

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