Struct libc::rlimit [] [src]

pub struct rlimit {
    pub rlim_cur: rlim_t,
    pub rlim_max: rlim_t,
}

Fields

rlim_cur
rlim_max

Trait Implementations

impl Copy for rlimit

impl Clone for rlimit

fn clone(&self) -> rlimit

fn clone_from(&mut self, source: &Self)