Struct libfabric_sys::fi_ops_domain [] [src]

#[repr(C)]
pub struct fi_ops_domain { pub size: usize, pub av_open: Option<unsafe extern fn(_: *mut fid_domain, _: *mut fi_av_attr, _: *mut *mut fid_av, _: *mut c_void) -> c_int>, pub cq_open: Option<unsafe extern fn(_: *mut fid_domain, _: *mut fi_cq_attr, _: *mut *mut fid_cq, _: *mut c_void) -> c_int>, pub endpoint: Option<unsafe extern fn(_: *mut fid_domain, _: *mut fi_info, _: *mut *mut fid_ep, _: *mut c_void) -> c_int>, pub scalable_ep: Option<unsafe extern fn(_: *mut fid_domain, _: *mut fi_info, _: *mut *mut fid_ep, _: *mut c_void) -> c_int>, pub cntr_open: Option<unsafe extern fn(_: *mut fid_domain, _: *mut fi_cntr_attr, _: *mut *mut fid_cntr, _: *mut c_void) -> c_int>, pub poll_open: Option<unsafe extern fn(_: *mut fid_domain, _: *mut fi_poll_attr, _: *mut *mut fid_poll) -> c_int>, pub stx_ctx: Option<unsafe extern fn(_: *mut fid_domain, _: *mut fi_tx_attr, _: *mut *mut fid_stx, _: *mut c_void) -> c_int>, pub srx_ctx: Option<unsafe extern fn(_: *mut fid_domain, _: *mut fi_rx_attr, _: *mut *mut fid_ep, _: *mut c_void) -> c_int>, pub query_atomic: Option<unsafe extern fn(_: *mut fid_domain, _: fi_datatype, _: fi_op, _: *mut fi_atomic_attr, _: u64) -> c_int>, }

Fields

Trait Implementations

impl Debug for fi_ops_domain
[src]

Formats the value using the given formatter.

impl Copy for fi_ops_domain
[src]

impl Clone for fi_ops_domain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fi_ops_domain
[src]

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