Enum hdf5_sys::H5R_type_t
[−]
[src]
pub enum H5R_type_t {
H5R_BADTYPE,
H5R_OBJECT,
H5R_DATASET_REGION,
H5R_MAXTYPE,
}Variants
H5R_BADTYPEH5R_OBJECTH5R_DATASET_REGIONH5R_MAXTYPETrait Implementations
impl Debug for H5R_type_t[src]
impl Copy for H5R_type_t[src]
impl Clone for H5R_type_t[src]
fn clone(&self) -> H5R_type_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