Struct cgroups_rs::systemd::SystemdController [−][src]
pub struct SystemdController { /* fields omitted */ }
Expand description
A controller that allows controlling the systemd
subsystem of a Cgroup.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SystemdController
impl Send for SystemdController
impl Sync for SystemdController
impl Unpin for SystemdController
impl UnwindSafe for SystemdController
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply a set of resources to the Controller, invoking its internal functions to pass the kernel the information.
Attach a task to this controller by thread group id.