Struct libcgroup_sys::controller_data [] [src]

pub struct controller_data {
    pub name: [c_char; 4096],
    pub hierarchy: c_int,
    pub num_cgroups: c_int,
    pub enabled: c_int,
}

Fields

name: [c_char; 4096] hierarchy: c_int num_cgroups: c_int enabled: c_int

Trait Implementations

impl Copy for controller_data
[src]

impl Clone for controller_data
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for controller_data
[src]

fn default() -> Self

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