Module hdf5_sys::h5t[][src]

Expand description

Creating and manipulating datatypes which describe elements of a dataset

Re-exports

pub use self::H5T_bkg_t::*;
pub use self::H5T_class_t::*;
pub use self::H5T_cmd_t::*;
pub use self::H5T_conv_except_t::*;
pub use self::H5T_conv_ret_t::*;
pub use self::H5T_cset_t::*;
pub use self::H5T_direction_t::*;
pub use self::H5T_norm_t::*;
pub use self::H5T_order_t::*;
pub use self::H5T_pad_t::*;
pub use self::H5T_pers_t::*;
pub use self::H5T_sign_t::*;
pub use self::H5T_str_t::*;
pub use H5Tarray_create2 as H5Tarray_create;
pub use H5Tcommit2 as H5Tcommit;
pub use H5Tget_array_dims2 as H5Tget_array_dims;
pub use H5Topen2 as H5Topen;
pub use crate::h5i::hid_t as id_t;

Structs

Enums

Constants

Statics

Functions

Type Definitions