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[src]
impl Clone for rlimit[src]
fn clone(&self) -> rlimit
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more