Struct hdf5_sys::H5O_hdr_info_space_t [] [src]

pub struct H5O_hdr_info_space_t {
    pub total: hsize_t,
    pub meta: hsize_t,
    pub mesg: hsize_t,
    pub free: hsize_t,
}

Fields

total: hsize_t meta: hsize_t mesg: hsize_t free: hsize_t

Trait Implementations

impl Debug for H5O_hdr_info_space_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.