Struct libcgroup::CGroupMount [] [src]

pub struct CGroupMount {
    pub controller_name: String,
    pub path: String,
}

Fields

Trait Implementations

impl Debug for CGroupMount
[src]

Formats the value using the given formatter.

impl From<cgroup_mount_point> for CGroupMount
[src]

Performs the conversion.