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