Struct libhdf5_sys::h5e::H5E_error2_t [] [src]

pub struct H5E_error2_t {
    pub cls_id: hid_t,
    pub maj_num: hid_t,
    pub min_num: hid_t,
    pub line: c_uint,
    pub func_name: *const c_char,
    pub file_name: *const c_char,
    pub desc: *const c_char,
}

Fields

cls_id: hid_t maj_num: hid_t min_num: hid_t line: c_uint func_name: *const c_char file_name: *const c_char desc: *const c_char

Trait Implementations

impl Clone for H5E_error2_t
[src]

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

impl Default for H5E_error2_t
[src]

fn default() -> H5E_error2_t

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