Struct libcgroup_sys::cgroup_file_info [] [src]

#[repr(C)]
pub struct cgroup_file_info { pub file_type: cgroup_file_type, pub path: *const c_char, pub parent: *const c_char, pub full_path: *const c_char, pub depth: c_short, }

Fields

Trait Implementations

impl Copy for cgroup_file_info
[src]

impl Clone for cgroup_file_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for cgroup_file_info
[src]

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