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