Struct slurm_sys::slurm_trigger_callbacks_t [] [src]

#[repr(C)]
pub struct slurm_trigger_callbacks_t { pub acct_full: Option<unsafe extern "C" fn()>, pub dbd_fail: Option<unsafe extern "C" fn()>, pub dbd_resumed: Option<unsafe extern "C" fn()>, pub db_fail: Option<unsafe extern "C" fn()>, pub db_resumed: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Debug for slurm_trigger_callbacks_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurm_trigger_callbacks_t
[src]

impl Clone for slurm_trigger_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