[][src]Struct hdf5_sys::h5o::H5O_info_t

#[repr(C)]pub struct H5O_info_t {
    pub fileno: c_ulong,
    pub addr: haddr_t,
    pub type_: H5O_type_t,
    pub rc: c_uint,
    pub atime: time_t,
    pub mtime: time_t,
    pub ctime: time_t,
    pub btime: time_t,
    pub num_attrs: hsize_t,
    pub hdr: H5O_hdr_info_t,
    pub meta_size: H5O_info_t__meta_size,
}

Fields

fileno: c_ulongaddr: haddr_ttype_: H5O_type_trc: c_uintatime: time_tmtime: time_tctime: time_tbtime: time_tnum_attrs: hsize_thdr: H5O_hdr_info_tmeta_size: H5O_info_t__meta_size

Trait Implementations

impl Clone for H5O_info_t[src]

impl Copy for H5O_info_t[src]

impl Debug for H5O_info_t[src]

impl Default for H5O_info_t[src]

Auto Trait Implementations

impl RefUnwindSafe for H5O_info_t

impl Send for H5O_info_t

impl Sync for H5O_info_t

impl Unpin for H5O_info_t

impl UnwindSafe for H5O_info_t

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.