Zydis.ExceptionClass
data ExceptionClass Source #
Constructors
Defined in Zydis.ExceptionClass
Methods
minBound :: ExceptionClass #
maxBound :: ExceptionClass #
succ :: ExceptionClass -> ExceptionClass #
pred :: ExceptionClass -> ExceptionClass #
toEnum :: Int -> ExceptionClass #
fromEnum :: ExceptionClass -> Int #
enumFrom :: ExceptionClass -> [ExceptionClass] #
enumFromThen :: ExceptionClass -> ExceptionClass -> [ExceptionClass] #
enumFromTo :: ExceptionClass -> ExceptionClass -> [ExceptionClass] #
enumFromThenTo :: ExceptionClass -> ExceptionClass -> ExceptionClass -> [ExceptionClass] #
(==) :: ExceptionClass -> ExceptionClass -> Bool #
(/=) :: ExceptionClass -> ExceptionClass -> Bool #
showsPrec :: Int -> ExceptionClass -> ShowS #
show :: ExceptionClass -> String #
showList :: [ExceptionClass] -> ShowS #
sizeOf :: ExceptionClass -> Int #
alignment :: ExceptionClass -> Int #
peekElemOff :: Ptr ExceptionClass -> Int -> IO ExceptionClass #
pokeElemOff :: Ptr ExceptionClass -> Int -> ExceptionClass -> IO () #
peekByteOff :: Ptr b -> Int -> IO ExceptionClass #
pokeByteOff :: Ptr b -> Int -> ExceptionClass -> IO () #
peek :: Ptr ExceptionClass -> IO ExceptionClass #
poke :: Ptr ExceptionClass -> ExceptionClass -> IO () #