Struct libc_interface::rlimit64 [−][src]
Fields
rlim_cur: rlim64_t
rlim_max: rlim64_t
Trait Implementations
impl Copy for rlimit64[src]
impl Copy for rlimit64impl Clone for rlimit64[src]
impl Clone for rlimit64fn clone(&self) -> rlimit64[src]
fn clone(&self) -> rlimit64Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for rlimit64[src]
impl PartialEq for rlimit64fn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for rlimit64[src]
impl Eq for rlimit64