Struct hdf5_sys::H5O_hdr_info_t [] [src]

pub struct H5O_hdr_info_t {
    pub version: c_uint,
    pub nmesgs: c_uint,
    pub nchunks: c_uint,
    pub flags: c_uint,
    pub space: H5O_hdr_info_space_t,
    pub mesg: H5O_hdr_info_mesg_t,
}

Fields

version: c_uint nmesgs: c_uint nchunks: c_uint flags: c_uint space: H5O_hdr_info_space_t mesg: H5O_hdr_info_mesg_t

Trait Implementations

impl Debug for H5O_hdr_info_t
[src]

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

Formats the value using the given formatter.