Struct cgroups_rs::PidResources [−][src]
Expand description
Resources limits on the number of processes.
Fields
maximum_number_of_processes: Option<MaxValue>
The maximum number of processes that can exist in the control group.
Note that attaching processes to the control group will still succeed even if the limit
would be violated, however forks/clones inside the control group will have with EAGAIN
if
they would violate the limit set here.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PidResources
impl Send for PidResources
impl Sync for PidResources
impl Unpin for PidResources
impl UnwindSafe for PidResources
Blanket Implementations
Mutably borrows from an owned value. Read more