Struct libcgroup_sys::cgroup_stat [] [src]

#[repr(C)]
pub struct cgroup_stat { pub name: [c_char; 4096], pub value: [c_char; 100], }

Fields

Trait Implementations

impl Copy for cgroup_stat
[src]

impl Clone for cgroup_stat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for cgroup_stat
[src]

Returns the "default value" for a type. Read more