Struct libhdf5_sys::h5::H5_ih_info_t [] [src]

pub struct H5_ih_info_t {
    pub index_size: hsize_t,
    pub heap_size: hsize_t,
}

Fields

index_size: hsize_t heap_size: hsize_t

Trait Implementations

impl Clone for H5_ih_info_t
[src]

fn clone(&self) -> H5_ih_info_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 H5_ih_info_t
[src]

impl Default for H5_ih_info_t
[src]

fn default() -> H5_ih_info_t

Returns the "default value" for a type. Read more