Expand description
Mapping from Rust types to HDF5 datatype messages.
Structs§
- Complex32
- Complex number with f32 real and imaginary parts (8 bytes total).
- Complex64
- Complex number with f64 real and imaginary parts (16 bytes total).
- Compound
Type - A description of a compound (struct) type for use with HDF5 datasets.
- HBool
- HDF5 boolean type, stored as u8 (0=false, 1=true).
- VarLen
Unicode - A variable-length Unicode string type.
Traits§
- H5Type
- Trait for Rust types that have a corresponding HDF5 datatype.