web_ffi/ffi/extensions library

Extensions

AllocatorAlloc on Allocator
Extension on Allocator to provide allocation with NativeType.
DoublePointer on Pointer<Double>
Extension on Pointer specialized for the type argument Double.
DynamicLibraryExtension on DynamicLibrary
FloatPointer on Pointer<Float>
Extension on Pointer specialized for the type argument Float.
Int16Pointer on Pointer<Int16>
Extension on Pointer specialized for the type argument Int16.
Int32Pointer on Pointer<Int32>
Extension on Pointer specialized for the type argument Int32.
Int64Pointer on Pointer<Int64>
Extension on Pointer specialized for the type argument Int64.
Int8Pointer on Pointer<Int8>
Extension on Pointer specialized for the type argument Int8.
IntPtrPointer on Pointer<IntPtr>
Extension on Pointer specialized for the type argument IntPtr.
NativeFunctionPointer on Pointer<NativeFunction<NF>>
Extension on Pointer specialized for the type argument NativeFunction.
PointerPointer on Pointer<Pointer<T>>
Extension on Pointer specialized for the type argument Pointer.
Uint16Pointer on Pointer<Uint16>
Extension on Pointer specialized for the type argument Uint16.
Uint32Pointer on Pointer<Uint32>
Extension on Pointer specialized for the type argument Uint32.
Uint64Pointer on Pointer<Uint64>
Extension on Pointer specialized for the type argument Uint64.
Uint8Pointer on Pointer<Uint8>
Extension on Pointer specialized for the type argument Uint8.