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