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