Struct rustix::process::Rlimit [−][src]
Expand description
struct rlimit—Current and maximum values used in getrlimit.
Fields
current: Option<u64>Current effective, “soft”, limit.
maximum: Option<u64>Maximum, “hard”, value that current may be dynamically increased to.