Struct libc::rlimit64 [] [src]

#[repr(C)]
pub struct rlimit64 { pub rlim_cur: rlim64_t, pub rlim_max: rlim64_t, }

Fields

Trait Implementations

impl Copy for rlimit64
[src]

impl Clone for rlimit64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more