Struct libc_interface::mallinfo [−][src]
#[repr(C)]pub struct mallinfo { pub arena: c_int, pub ordblks: c_int, pub smblks: c_int, pub hblks: c_int, pub hblkhd: c_int, pub usmblks: c_int, pub fsmblks: c_int, pub uordblks: c_int, pub fordblks: c_int, pub keepcost: c_int, }
Fields
arena: c_int
ordblks: c_int
smblks: c_int
hblks: c_int
hblkhd: c_int
usmblks: c_int
fsmblks: c_int
uordblks: c_int
fordblks: c_int
keepcost: c_int
Trait Implementations
impl Copy for mallinfo[src]
impl Copy for mallinfoimpl Clone for mallinfo[src]
impl Clone for mallinfofn clone(&self) -> mallinfo[src]
fn clone(&self) -> mallinfoReturns 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 mallinfo[src]
impl PartialEq for mallinfofn 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 mallinfo[src]
impl Eq for mallinfo