Struct libhdf5_sys::h5o::__H5O_hdr_info_t__mesg [] [src]

pub struct __H5O_hdr_info_t__mesg {
    pub present: uint64_t,
    pub shared: uint64_t,
}

Fields

present: uint64_t shared: uint64_t

Trait Implementations

impl Clone for __H5O_hdr_info_t__mesg
[src]

fn clone(&self) -> __H5O_hdr_info_t__mesg

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

impl Default for __H5O_hdr_info_t__mesg
[src]

fn default() -> __H5O_hdr_info_t__mesg

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