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

impl Clone for rlimit64

fn clone(&self) -> rlimit64

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