Struct libc::types::os::common::posix01::rlimit     
            [-] [+]
        [src]
pub struct rlimit {
    pub rlim_cur: rlim_t,
    pub rlim_max: rlim_t,
}Fields
rlim_cur | |
rlim_max | 
pub struct rlimit {
    pub rlim_cur: rlim_t,
    pub rlim_max: rlim_t,
}rlim_cur | |
rlim_max | 
impl Clone for rlimitfn clone(&self) -> rlimitfn clone_from(&mut self, source: &Self)impl Copy for rlimit
                Prefix searches with a type followed by a colon (e.g.
                fn:) to restrict the search to a given type.
            
                Accepted types are: fn, mod,
                struct, enum,
                trait, typedef (or
                tdef).