Struct cgroup_sys::controller_data [] [src]

#[repr(C)]
pub struct controller_data { pub name: [c_char; 4096], pub hierarchy: c_int, pub num_cgroups: c_int, pub enabled: c_int, }

Fields

Trait Implementations

impl Copy for controller_data
[src]

impl Clone for controller_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for controller_data
[src]

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