[][src]Function nc::call::prlimit64

pub fn prlimit64(
    pid: pid_t,
    resource: i32,
    new_limit: &rlimit_t,
    old_limit: &mut rlimit_t
) -> Result<(), Errno>

Get/set the resource limits of an arbitary process.