Struct hdf5_sys::H5G_info_t [] [src]

pub struct H5G_info_t {
    pub storage_type: H5G_storage_type_t,
    pub nlinks: hsize_t,
    pub max_corder: i64,
    pub mounted: hbool_t,
}

Fields

storage_type: H5G_storage_type_t nlinks: hsize_t max_corder: i64 mounted: hbool_t

Trait Implementations

impl Debug for H5G_info_t
[src]

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

Formats the value using the given formatter.