Skip to main content

getrlimit

Function getrlimit 

Source
pub fn getrlimit(resource: Resource) -> Rlimit
Available on crate feature process and neither target_os=espidf nor Fuchsia nor target_os=horizon nor Redox nor target_os=vita nor WASI only.
Expand description

getrlimit(resource)—Get a process resource limit value.

§References