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