Enum libcgroup::CGroupFile [] [src]

pub enum CGroupFile {
    File(CGroupFileInfo),
    Dir(CGroupFileInfo),
    Other(CGroupFileInfo),
}

Variants

Trait Implementations

impl Debug for CGroupFile
[src]

Formats the value using the given formatter.

impl From<cgroup_file_info> for CGroupFile
[src]

Performs the conversion.