Copyright | (c) David Himmelstrup 2005 |
---|---|
License | BSD-like |
Maintainer | lemmih@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Graphics.UI.SDL.Rect
Description
Documentation
Instances
Eq Rect Source # | |
Ord Rect Source # | |
Defined in Graphics.UI.SDL.Rect | |
Show Rect Source # | |
Storable Rect Source # | |
Defined in Graphics.UI.SDL.Rect Methods sizeOf :: Rect -> Int Source # alignment :: Rect -> Int Source # peekElemOff :: Ptr Rect -> Int -> IO Rect Source # pokeElemOff :: Ptr Rect -> Int -> Rect -> IO () Source # peekByteOff :: Ptr b -> Int -> IO Rect Source # pokeByteOff :: Ptr b -> Int -> Rect -> IO () Source # |