Struct libfabric_sys::fi_rx_attr [] [src]

#[repr(C)]
pub struct fi_rx_attr { pub caps: u64, pub mode: u64, pub op_flags: u64, pub msg_order: u64, pub comp_order: u64, pub total_buffered_recv: usize, pub size: usize, pub iov_limit: usize, }

Fields

Trait Implementations

impl Debug for fi_rx_attr
[src]

Formats the value using the given formatter.

impl Default for fi_rx_attr
[src]

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

impl Copy for fi_rx_attr
[src]

impl Clone for fi_rx_attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more