Struct libhdf5_sys::h5t::hvl_t [] [src]

pub struct hvl_t {
    pub len: size_t,
    pub p: *mut c_void,
}

Fields

len: size_t p: *mut c_void

Trait Implementations

impl Clone for hvl_t
[src]

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

impl Default for hvl_t
[src]

fn default() -> hvl_t

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