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