Struct hdf5_sys::H5A_info_t [] [src]

pub struct H5A_info_t {
    pub corder_valid: hbool_t,
    pub corder: H5O_msg_crt_idx_t,
    pub cset: H5T_cset_t,
    pub data_size: hsize_t,
}

Fields

corder_valid: hbool_t corder: H5O_msg_crt_idx_t cset: H5T_cset_t data_size: hsize_t

Trait Implementations

impl Debug for H5A_info_t
[src]

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

Formats the value using the given formatter.