Struct libfabric_sys::fi_msg_fetch [] [src]

#[repr(C)]
pub struct fi_msg_fetch { pub msg_iov: *mut fi_ioc, pub desc: *mut *mut c_void, pub iov_count: usize, }

Fields

Trait Implementations

impl Debug for fi_msg_fetch
[src]

Formats the value using the given formatter.

impl Copy for fi_msg_fetch
[src]

impl Clone for fi_msg_fetch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_msg_fetch
[src]

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