Struct slurm_sys::dynamic_plugin_data [] [src]

#[repr(C)]
pub struct dynamic_plugin_data { pub data: *mut c_void, pub plugin_id: u32, }

Fields

Trait Implementations

impl Debug for dynamic_plugin_data
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for dynamic_plugin_data
[src]

impl Clone for dynamic_plugin_data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations