Struct libcgroup_sys::cgroup_mount_point [] [src]

pub struct cgroup_mount_point {
    pub name: [c_char; 4096],
    pub path: [c_char; 4096],
}

Fields

name: [c_char; 4096] path: [c_char; 4096]

Trait Implementations

impl Copy for cgroup_mount_point
[src]

impl Clone for cgroup_mount_point
[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 cgroup_mount_point
[src]

fn default() -> Self

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