Struct libhdf5_sys::h5o::H5O_info_t [] [src]

pub struct H5O_info_t {
    pub fileno: c_ulong,
    pub addr: haddr_t,
    pub _type: H5O_type_t,
    pub rc: c_uint,
    pub atime: time_t,
    pub mtime: time_t,
    pub ctime: time_t,
    pub btime: time_t,
    pub num_attrs: hsize_t,
    pub hdr: H5O_hdr_info_t,
    pub meta_size: __H5O_info_t__meta_size,
}

Fields

fileno: c_ulong addr: haddr_t _type: H5O_type_t rc: c_uint atime: time_t mtime: time_t ctime: time_t btime: time_t num_attrs: hsize_t hdr: H5O_hdr_info_t meta_size: __H5O_info_t__meta_size

Trait Implementations

impl Clone for H5O_info_t
[src]

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

impl Default for H5O_info_t
[src]

fn default() -> H5O_info_t

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