Struct slurm_sys::srun_user_msg [] [src]

#[repr(C)]
pub struct srun_user_msg { pub job_id: u32, pub msg: *mut c_char, }

Fields

Trait Implementations

impl Debug for srun_user_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for srun_user_msg
[src]

impl Clone for srun_user_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_user_msg

impl !Sync for srun_user_msg