MPI_Comm_errhandler_fn

Type Alias MPI_Comm_errhandler_fn 

Source
pub type MPI_Comm_errhandler_fn = MPI_Comm_errhandler_function;

Aliased Type§

pub enum MPI_Comm_errhandler_fn {
    None,
    Some(unsafe extern "C" fn(*mut MPI_Comm, *mut i32, ...)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut MPI_Comm, *mut i32, ...))

Some value of type T.