Struct slurm_sys::srun_ping_msg [] [src]

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

Fields

Trait Implementations

impl Debug for srun_ping_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for srun_ping_msg
[src]

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

impl Send for srun_ping_msg

impl Sync for srun_ping_msg