Enum libhdf5_sys::h5i::H5I_type_t [] [src]

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_UNINITH5I_BADIDH5I_FILEH5I_GROUPH5I_DATATYPEH5I_DATASPACEH5I_DATASETH5I_ATTRH5I_REFERENCEH5I_VFLH5I_GENPROP_CLSH5I_GENPROP_LSTH5I_ERROR_CLASSH5I_ERROR_MSGH5I_ERROR_STACKH5I_NTYPES

Trait Implementations

impl Debug for H5I_type_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialOrd for H5I_type_t
[src]

fn partial_cmp(&self, __arg_0: &H5I_type_t) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more

fn lt(&self, other: &Rhs) -> bool
1.0.0

This method tests less than (for self and other) and is used by the < operator. Read more

fn le(&self, other: &Rhs) -> bool
1.0.0

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

fn gt(&self, other: &Rhs) -> bool
1.0.0

This method tests greater than (for self and other) and is used by the > operator. Read more

fn ge(&self, other: &Rhs) -> bool
1.0.0

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq for H5I_type_t
[src]

fn eq(&self, __arg_0: &H5I_type_t) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for H5I_type_t
[src]

fn clone(&self) -> H5I_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

impl Copy for H5I_type_t
[src]