Struct libc::rlimit [] [src]

#[repr(C)]
pub struct rlimit { pub rlim_cur: rlim_t, pub rlim_max: rlim_t, }

Fields

Trait Implementations

impl Copy for rlimit
[src]

impl Clone for rlimit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more