Struct slurm_sys::rollup_stats [] [src]

#[repr(C)]
pub struct rollup_stats { pub rollup_time: [u32; 3], }

Fields

Trait Implementations

impl Debug for rollup_stats
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for rollup_stats
[src]

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

impl Sync for rollup_stats