Enum hdf5_sys::H5D_layout_t [] [src]

#[repr(C)]
pub enum H5D_layout_t { H5D_LAYOUT_ERROR, H5D_COMPACT, H5D_CONTIGUOUS, H5D_CHUNKED, H5D_NLAYOUTS, }

Variants

Trait Implementations

impl Clone for H5D_layout_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for H5D_layout_t
[src]

impl Debug for H5D_layout_t
[src]

Formats the value using the given formatter.