Struct hdf5_sys::H5L_info_t [] [src]

pub struct H5L_info_t {
    pub link_type: H5L_type_t,
    pub corder_valid: hbool_t,
    pub corder: i64,
    pub cset: H5T_cset_t,
    pub address: haddr_t,
}

Fields

link_type: H5L_type_t corder_valid: hbool_t corder: i64 cset: H5T_cset_t address: haddr_t

Trait Implementations

impl Debug for H5L_info_t
[src]

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

Formats the value using the given formatter.