Struct libhdf5_sys::h5f::H5F_info_t [] [src]

pub struct H5F_info_t {
    pub super_ext_size: hsize_t,
    pub sohm: __H5F_info_t__sohm,
}

Fields

super_ext_size: hsize_t sohm: __H5F_info_t__sohm

Trait Implementations

impl Clone for H5F_info_t
[src]

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

impl Default for H5F_info_t
[src]

fn default() -> H5F_info_t

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