Struct slurm_sys::srun_timeout_msg [] [src]

#[repr(C)]
pub struct srun_timeout_msg { pub job_id: u32, pub step_id: u32, pub timeout: time_t, }

Fields

Trait Implementations

impl Debug for srun_timeout_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for srun_timeout_msg
[src]

impl Clone for srun_timeout_msg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations