Struct hdf5_sys::H5T_cdata_t [] [src]

pub struct H5T_cdata_t {
    pub command: H5T_cmd_t,
    pub need_bkg: H5T_bkg_t,
    pub recalc: hbool_t,
    pub priv_data: *const c_void,
}

Fields

command: H5T_cmd_t need_bkg: H5T_bkg_t recalc: hbool_t priv_data: *const c_void

Trait Implementations

impl Debug for H5T_cdata_t
[src]

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

Formats the value using the given formatter.