Enum hdf5_sys::H5S_sel_type [] [src]

pub enum H5S_sel_type {
    H5S_SEL_ERROR,
    H5S_SEL_NONE,
    H5S_SEL_POINTS,
    H5S_SEL_HYPERSLABS,
    H5S_SEL_ALL,
    H5S_SEL_N,
}

Variants

H5S_SEL_ERRORH5S_SEL_NONEH5S_SEL_POINTSH5S_SEL_HYPERSLABSH5S_SEL_ALLH5S_SEL_N

Trait Implementations

impl Debug for H5S_sel_type
[src]

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

Formats the value using the given formatter.

impl Copy for H5S_sel_type
[src]

impl Clone for H5S_sel_type
[src]

fn clone(&self) -> H5S_sel_type

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