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

impl PartialEq for rlimit
[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 rlimit
[src]

Auto Trait Implementations

impl Send for rlimit

impl Sync for rlimit