Struct libhdf5_sys::h5l::H5L_info_t [] [src]

pub struct H5L_info_t {
    pub _type: H5L_type_t,
    pub corder_valid: hbool_t,
    pub corder: int64_t,
    pub cset: H5T_cset_t,
    pub u: __H5L_info_t__u,
}

Fields

_type: H5L_type_t corder_valid: hbool_t corder: int64_t cset: H5T_cset_t u: __H5L_info_t__u

Trait Implementations

impl Clone for H5L_info_t
[src]

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

impl Default for H5L_info_t
[src]

fn default() -> H5L_info_t

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