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]

[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 rlimit64

impl Sync for rlimit64