Struct slurm_sys::suspend_msg [] [src]

#[repr(C)]
pub struct suspend_msg { pub op: u16, pub job_id: u32, pub job_id_str: *mut c_char, }

Fields

Trait Implementations

impl Debug for suspend_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for suspend_msg
[src]

impl Clone for suspend_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 suspend_msg

impl !Sync for suspend_msg