Struct slurm_sys::trigger_info [] [src]

#[repr(C)]
pub struct trigger_info { pub flags: u16, pub trig_id: u32, pub res_type: u16, pub res_id: *mut c_char, pub trig_type: u32, pub offset: u16, pub user_id: u32, pub program: *mut c_char, }

Fields

Trait Implementations

impl Debug for trigger_info
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for trigger_info
[src]

impl Clone for trigger_info
[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 trigger_info

impl !Sync for trigger_info