Struct libc::rlimit64 
                   
                       [−]
                   
               [src]
pub struct rlimit64 {
    pub rlim_cur: rlim64_t,
    pub rlim_max: rlim64_t,
}Fields
| rlim_cur | |
| rlim_max | 
Trait Implementations
impl Copy for rlimit64[src]
impl Clone for rlimit64[src]
fn clone(&self) -> rlimit64
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