Struct libcgroup::CGroupController
[−]
[src]
pub struct CGroupController { /* fields omitted */ }
Methods
impl CGroupController
[src]
fn compare(&self, other: &CGroupController) -> i32
fn add_value_string<S>(&self, name: S, value: S) -> Result<()> where
S: Into<String>,
S: Into<String>,
fn add_value_int64<S>(&self, name: S, value: i64) -> Result<()> where
S: Into<String>,
S: Into<String>,
fn add_value_uint64<S>(&self, name: S, value: u64) -> Result<()> where
S: Into<String>,
S: Into<String>,
fn add_value_bool<S>(&self, name: S, value: bool) -> Result<()> where
S: Into<String>,
S: Into<String>,
fn get_value_string<S>(&self, name: S) -> Result<String> where
S: Into<String>,
S: Into<String>,
fn get_value_int64<S>(&self, name: S) -> Result<i64> where
S: Into<String>,
S: Into<String>,
fn get_value_uint64<S>(&self, name: S) -> Result<u64> where
S: Into<String>,
S: Into<String>,
fn get_value_bool<S>(&self, name: S) -> Result<bool> where
S: Into<String>,
S: Into<String>,
fn set_value_string<S>(
&self,
name: S,
value: S
) -> Result<*const CGroupController> where
S: Into<String>,
&self,
name: S,
value: S
) -> Result<*const CGroupController> where
S: Into<String>,
fn set_value_int64<S>(
&self,
name: S,
value: i64
) -> Result<*const CGroupController> where
S: Into<String>,
&self,
name: S,
value: i64
) -> Result<*const CGroupController> where
S: Into<String>,
fn set_value_uint64<S>(
&self,
name: S,
value: u64
) -> Result<*const CGroupController> where
S: Into<String>,
&self,
name: S,
value: u64
) -> Result<*const CGroupController> where
S: Into<String>,
fn set_value_bool<S>(
&self,
name: S,
value: bool
) -> Result<*const CGroupController> where
S: Into<String>,
&self,
name: S,
value: bool
) -> Result<*const CGroupController> where
S: Into<String>,