FFIType Bool Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Double Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Float Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Int Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Int8 Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Int16 Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Int32 Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Int64 Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Word Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Word8 Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Word16 Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Word32 Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType Word64 Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType () Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CChar Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CSChar Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CUChar Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CShort Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CUShort Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CInt Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CUInt Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CLong Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CULong Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CLLong Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CULLong Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CFloat Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CDouble Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CPtrdiff Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CSize Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CWchar Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CSigAtomic Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CClock Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CTime Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CUSeconds Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CSUSeconds Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CIntPtr Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CUIntPtr Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CIntMax Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType CUIntMax Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType (StablePtr a) Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType (Ptr a) Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
FFIType (FunPtr a) Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
(FFIType a, FFIType b) => FFIType (a, b) Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
(FFIType a, FFIType b, FFIType c) => FFIType (a, b, c) Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
(FFIType a, FFIType b, FFIType c, FFIType d) => FFIType (a, b, c, d) Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |
(FFIType a, FFIType b, FFIType c, FFIType d, FFIType e) => FFIType (a, b, c, d, e) Source # | |
Instance detailsDefined in Foreign.LibFFI.Dynamic.FFIType |