Struct libhdf5_sys::h5o::__H5O_info_t__meta_size [] [src]

pub struct __H5O_info_t__meta_size {
    pub obj: H5_ih_info_t,
    pub attr: H5_ih_info_t,
}

Fields

obj: H5_ih_info_t attr: H5_ih_info_t

Trait Implementations

impl Clone for __H5O_info_t__meta_size
[src]

fn clone(&self) -> __H5O_info_t__meta_size

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__meta_size
[src]

impl Default for __H5O_info_t__meta_size
[src]

fn default() -> __H5O_info_t__meta_size

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