Sha256: 936fe24423d206b05d3f08bcd6c8448ae42c4edf144bf85a82081803334032eb
Contents?: true
Size: 298 Bytes
Versions: 9
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true require 'ffi' module FFI module OGR class StyleValue < FFI::Struct layout :string_value, :string, :double_value, :double, :int_value, :int, :valid, FFI::CPL::Port.find_type(:GBool), :unit, Core::STUnitId end end end
Version data entries
9 entries across 9 versions & 1 rubygems