[][src]Struct libc::mallinfo

#[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_intordblks: c_intsmblks: c_inthblks: c_inthblkhd: c_intusmblks: c_intfsmblks: c_intuordblks: c_intfordblks: c_intkeepcost: c_int

Trait Implementations

impl Copy for mallinfo[src]

impl Clone for mallinfo[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for mallinfo

impl Sync for mallinfo

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]