Struct libhdf5_sys::h5l::__H5L_info_t__u [] [src]

pub struct __H5L_info_t__u {
    pub _bindgen_data_: [u64; 1],
}

Fields

_bindgen_data_: [u64; 1]

Methods

impl __H5L_info_t__u
[src]

unsafe fn address(&mut self) -> *mut haddr_t

unsafe fn val_size(&mut self) -> *mut size_t

Trait Implementations

impl Clone for __H5L_info_t__u
[src]

fn clone(&self) -> __H5L_info_t__u

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

impl Default for __H5L_info_t__u
[src]

fn default() -> __H5L_info_t__u

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