Struct slurm_sys::job_sbcast_cred_msg [] [src]

#[repr(C)]
pub struct job_sbcast_cred_msg { pub job_id: u32, pub node_addr: *mut slurm_addr_t, pub node_cnt: u32, pub node_list: *mut c_char, pub sbcast_cred: *mut sbcast_cred_t, }

Fields

Trait Implementations

impl Debug for job_sbcast_cred_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for job_sbcast_cred_msg
[src]

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