[][src]Enum hdf5_sys::h5i::H5I_type_t

#[repr(C)]pub enum H5I_type_t {
    H5I_UNINIT,
    H5I_BADID,
    H5I_FILE,
    H5I_GROUP,
    H5I_DATATYPE,
    H5I_DATASPACE,
    H5I_DATASET,
    H5I_ATTR,
    H5I_REFERENCE,
    H5I_VFL,
    H5I_GENPROP_CLS,
    H5I_GENPROP_LST,
    H5I_ERROR_CLASS,
    H5I_ERROR_MSG,
    H5I_ERROR_STACK,
    H5I_NTYPES,
}

Variants

H5I_UNINIT
H5I_BADID
H5I_FILE
H5I_GROUP
H5I_DATATYPE
H5I_DATASPACE
H5I_DATASET
H5I_ATTR
H5I_REFERENCE
👎 Deprecated:

deprecated in HDF5 1.10.2

H5I_VFL
H5I_GENPROP_CLS
H5I_GENPROP_LST
H5I_ERROR_CLASS
H5I_ERROR_MSG
H5I_ERROR_STACK
H5I_NTYPES

Trait Implementations

impl Clone for H5I_type_t[src]

impl Copy for H5I_type_t[src]

impl Debug for H5I_type_t[src]

impl PartialEq<H5I_type_t> for H5I_type_t[src]

impl PartialOrd<H5I_type_t> for H5I_type_t[src]

impl StructuralPartialEq for H5I_type_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.