Struct hdf5_sys::H5L_class_t [] [src]

pub struct H5L_class_t {
    pub version: c_int,
    pub id: H5L_type_t,
    pub comment: *const c_char,
    pub create_func: H5L_create_func_t,
    pub move_func: H5L_move_func_t,
    pub copy_func: H5L_copy_func_t,
    pub trav_func: H5L_traverse_func_t,
    pub del_func: H5L_delete_func_t,
    pub query_func: H5L_query_func_t,
}

Fields

version: c_int id: H5L_type_t comment: *const c_char create_func: H5L_create_func_t move_func: H5L_move_func_t copy_func: H5L_copy_func_t trav_func: H5L_traverse_func_t del_func: H5L_delete_func_t query_func: H5L_query_func_t

Trait Implementations

impl Debug for H5L_class_t
[src]

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

Formats the value using the given formatter.