Module hdf5_sys::h5e[][src]

Expand description

Functions for handling errors that occur within HDF5

Re-exports

pub use self::H5E_direction_t::*;
pub use self::H5E_type_t::*;
pub use H5E_auto2_t as H5E_auto_t;
pub use H5E_error2_t as H5E_error_t;
pub use H5E_walk2_t as H5E_walk_t;
pub use H5Eclear2 as H5Eclear;
pub use H5Eget_auto2 as H5Eget_auto;
pub use H5Eprint2 as H5Eprint;
pub use H5Epush2 as H5Epush;
pub use H5Eset_auto2 as H5Eset_auto;
pub use H5Ewalk2 as H5Ewalk;
pub use crate::h5i::hid_t as id_t;

Structs

Enums

Constants

Statics

Functions

Type Definitions