Safe Haskell | Safe-Inferred |
---|
Documentation
get_ui_msgs :: IO [UiMsg.UiMsg] Source #
Orphan instances
CStorable Block.Padding Source # | |
sizeOf :: Block.Padding -> Int # alignment :: Block.Padding -> Int # peekElemOff :: Ptr Block.Padding -> Int -> IO Block.Padding # pokeElemOff :: Ptr Block.Padding -> Int -> Block.Padding -> IO () # peekByteOff :: Ptr b -> Int -> IO Block.Padding # pokeByteOff :: Ptr b -> Int -> Block.Padding -> IO () # peek :: Ptr Block.Padding -> IO Block.Padding # poke :: Ptr Block.Padding -> Block.Padding -> IO () # | |
CStorable UiMsg.UiMsg Source # | |
sizeOf :: UiMsg.UiMsg -> Int # alignment :: UiMsg.UiMsg -> Int # peekElemOff :: Ptr UiMsg.UiMsg -> Int -> IO UiMsg.UiMsg # pokeElemOff :: Ptr UiMsg.UiMsg -> Int -> UiMsg.UiMsg -> IO () # peekByteOff :: Ptr b -> Int -> IO UiMsg.UiMsg # pokeByteOff :: Ptr b -> Int -> UiMsg.UiMsg -> IO () # peek :: Ptr UiMsg.UiMsg -> IO UiMsg.UiMsg # poke :: Ptr UiMsg.UiMsg -> UiMsg.UiMsg -> IO () # |