Struct libc::rlimit
[−]
[src]
#[repr(C)]pub struct rlimit { pub rlim_cur: rlim_t, pub rlim_max: rlim_t, }
Fields
rlim_cur: rlim_t
rlim_max: rlim_t
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