Enum hdf5_sys::H5F_scope_t [] [src]

pub enum H5F_scope_t {
    H5F_SCOPE_LOCAL,
    H5F_SCOPE_GLOBAL,
}

Variants

H5F_SCOPE_LOCALH5F_SCOPE_GLOBAL

Trait Implementations

impl Debug for H5F_scope_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for H5F_scope_t
[src]

impl Clone for H5F_scope_t
[src]

fn clone(&self) -> H5F_scope_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