Enum hdf5_sys::H5F_libver_t [] [src]

pub enum H5F_libver_t {
    H5F_LIBVER_EARLIEST,
    H5F_LIBVER_LATEST,
}

Variants

H5F_LIBVER_EARLIESTH5F_LIBVER_LATEST

Trait Implementations

impl Debug for H5F_libver_t
[src]

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

Formats the value using the given formatter.

impl Copy for H5F_libver_t
[src]

impl Clone for H5F_libver_t
[src]

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