Struct libhdf5_sys::h5a::H5A_info_t [] [src]

pub struct H5A_info_t {
    pub corder_valid: hbool_t,
    pub corder: H5O_msg_crt_idx_t,
    pub cset: H5T_cset_t,
    pub data_size: hsize_t,
}

Fields

corder_valid: hbool_t corder: H5O_msg_crt_idx_t cset: H5T_cset_t data_size: hsize_t

Trait Implementations

impl Clone for H5A_info_t
[src]

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

impl Default for H5A_info_t
[src]

fn default() -> H5A_info_t

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