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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for rlimit

impl Sync for rlimit