Struct libc_interface::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

impl PartialEq for rlimit64
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for rlimit64
[src]

Auto Trait Implementations

impl Send for rlimit64

impl Sync for rlimit64