Struct hdf5_sys::H5O_info_t [] [src]

pub struct H5O_info_t {
    pub fileno: c_ulong,
    pub addr: haddr_t,
    pub info_type: H5O_type_t,
    pub rc: c_uint,
    pub atime: time_t,
    pub mtime: time_t,
    pub ctime: time_t,
    pub btime: time_t,
    pub num_attrs: hsize_t,
    pub hdr: H5O_hdr_info_t,
    pub meta_size: H5O_info_meta_size_t,
}

Fields

fileno: c_ulong addr: haddr_t info_type: H5O_type_t rc: c_uint atime: time_t mtime: time_t ctime: time_t btime: time_t num_attrs: hsize_t hdr: H5O_hdr_info_t meta_size: H5O_info_meta_size_t

Trait Implementations

impl Debug for H5O_info_t
[src]

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

Formats the value using the given formatter.