Struct libhdf5_sys::h5z::H5Z_cb_t [] [src]

pub struct H5Z_cb_t {
    pub func: H5Z_filter_func_t,
    pub op_data: *mut c_void,
}

Fields

func: H5Z_filter_func_t op_data: *mut c_void

Trait Implementations

impl Clone for H5Z_cb_t
[src]

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

impl Default for H5Z_cb_t
[src]

fn default() -> H5Z_cb_t

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