Struct libhdf5_sys::h5g::H5G_info_t [] [src]

pub struct H5G_info_t {
    pub storage_type: H5G_storage_type_t,
    pub nlinks: hsize_t,
    pub max_corder: int64_t,
    pub mounted: hbool_t,
}

Fields

storage_type: H5G_storage_type_t nlinks: hsize_t max_corder: int64_t mounted: hbool_t

Trait Implementations

impl Clone for H5G_info_t
[src]

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

impl Default for H5G_info_t
[src]

fn default() -> H5G_info_t

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