Struct slurm_sys::slurmdb_update_object_t [] [src]

#[repr(C)]
pub struct slurmdb_update_object_t { pub objects: List, pub type_: u16, }

Fields

Trait Implementations

impl Debug for slurmdb_update_object_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_update_object_t
[src]

impl Clone for slurmdb_update_object_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations