Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.HDF5.Raw.H5C
Documentation
newtype H5C_cache_incr_mode Source #
Constructors
H5C_cache_incr_mode Word32 |
Instances
Storable H5C_cache_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods sizeOf :: H5C_cache_incr_mode -> Int alignment :: H5C_cache_incr_mode -> Int peekElemOff :: Ptr H5C_cache_incr_mode -> Int -> IO H5C_cache_incr_mode pokeElemOff :: Ptr H5C_cache_incr_mode -> Int -> H5C_cache_incr_mode -> IO () peekByteOff :: Ptr b -> Int -> IO H5C_cache_incr_mode pokeByteOff :: Ptr b -> Int -> H5C_cache_incr_mode -> IO () peek :: Ptr H5C_cache_incr_mode -> IO H5C_cache_incr_mode poke :: Ptr H5C_cache_incr_mode -> H5C_cache_incr_mode -> IO () | |
Show H5C_cache_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods showsPrec :: Int -> H5C_cache_incr_mode -> ShowS show :: H5C_cache_incr_mode -> String showList :: [H5C_cache_incr_mode] -> ShowS | |
Eq H5C_cache_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods (==) :: H5C_cache_incr_mode -> H5C_cache_incr_mode -> Bool (/=) :: H5C_cache_incr_mode -> H5C_cache_incr_mode -> Bool |
newtype H5C_cache_flash_incr_mode Source #
Constructors
H5C_cache_flash_incr_mode Word32 |
Instances
newtype H5C_cache_decr_mode Source #
Constructors
H5C_cache_decr_mode Word32 |
Instances
Storable H5C_cache_decr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods sizeOf :: H5C_cache_decr_mode -> Int alignment :: H5C_cache_decr_mode -> Int peekElemOff :: Ptr H5C_cache_decr_mode -> Int -> IO H5C_cache_decr_mode pokeElemOff :: Ptr H5C_cache_decr_mode -> Int -> H5C_cache_decr_mode -> IO () peekByteOff :: Ptr b -> Int -> IO H5C_cache_decr_mode pokeByteOff :: Ptr b -> Int -> H5C_cache_decr_mode -> IO () peek :: Ptr H5C_cache_decr_mode -> IO H5C_cache_decr_mode poke :: Ptr H5C_cache_decr_mode -> H5C_cache_decr_mode -> IO () | |
Show H5C_cache_decr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods showsPrec :: Int -> H5C_cache_decr_mode -> ShowS show :: H5C_cache_decr_mode -> String showList :: [H5C_cache_decr_mode] -> ShowS | |
Eq H5C_cache_decr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods (==) :: H5C_cache_decr_mode -> H5C_cache_decr_mode -> Bool (/=) :: H5C_cache_decr_mode -> H5C_cache_decr_mode -> Bool |