Struct slurm_sys::slurm_allocation_callbacks_t [] [src]

#[repr(C)]
pub struct slurm_allocation_callbacks_t { pub ping: Option<unsafe extern "C" fn(arg1: *mut srun_ping_msg_t)>, pub job_complete: Option<unsafe extern "C" fn(arg1: *mut srun_job_complete_msg_t)>, pub timeout: Option<unsafe extern "C" fn(arg1: *mut srun_timeout_msg_t)>, pub user_msg: Option<unsafe extern "C" fn(arg1: *mut srun_user_msg_t)>, pub node_fail: Option<unsafe extern "C" fn(arg1: *mut srun_node_fail_msg_t)>, pub job_suspend: Option<unsafe extern "C" fn(arg1: *mut suspend_msg_t)>, }

Fields

Trait Implementations

impl Debug for slurm_allocation_callbacks_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurm_allocation_callbacks_t
[src]

impl Clone for slurm_allocation_callbacks_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations