[][src]Struct libpapi_sys::_dmem_t

#[repr(C)]
pub struct _dmem_t {
    pub peak: c_longlong,
    pub size: c_longlong,
    pub resident: c_longlong,
    pub high_water_mark: c_longlong,
    pub shared: c_longlong,
    pub text: c_longlong,
    pub library: c_longlong,
    pub heap: c_longlong,
    pub locked: c_longlong,
    pub stack: c_longlong,
    pub pagesize: c_longlong,
    pub pte: c_longlong,
}

@ingroup papi_data_structures @brief A pointer to the following is passed to PAPI_get_dmem_info()

Fields

peak: c_longlongsize: c_longlongresident: c_longlonghigh_water_mark: c_longlongshared: c_longlongtext: c_longlonglibrary: c_longlongheap: c_longlonglocked: c_longlongstack: c_longlongpagesize: c_longlongpte: c_longlong

Trait Implementations

impl Clone for _dmem_t[src]

impl Copy for _dmem_t[src]

impl Debug for _dmem_t[src]

Auto Trait Implementations

impl Send for _dmem_t

impl Sync for _dmem_t

impl Unpin for _dmem_t

impl UnwindSafe for _dmem_t

impl RefUnwindSafe for _dmem_t

Blanket Implementations

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

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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