Struct libhdf5_sys::h5l::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 Clone for H5L_class_t
[src]

fn clone(&self) -> H5L_class_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for H5L_class_t
[src]

impl Default for H5L_class_t
[src]

fn default() -> H5L_class_t

Returns the "default value" for a type. Read more