Sha256: 1aaf77db0ede349fad132359ecd2aa01f4937f0cda3ca41644ef8223956f6bce
Contents?: true
Size: 307 Bytes
Versions: 9
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true require 'ffi' module FFI module GDAL class TransformerInfo < FFI::Struct layout :signature, :string, :class_name, :string, :transform, Alg.find_type(:GDALTransformerFunc), :cleanup, :pointer, :serialize, :pointer end end end
Version data entries
9 entries across 9 versions & 1 rubygems