Sha256: 4957bfe5e799ddc4e63b0b4a68e6224f37c00a55a11aaf1c7dc2191547ab17f9

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

module MTLibcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :version ::
  #   (Integer) Indicates which field in the @ref lcb_CRST_u union should be used. Set this to `3`
  # :v ::
  #   (CRSTU) This union contains the set of current and historical options. The
  #   The #v3 field should be used.
  class CreateSt < FFI::Struct
    layout :version, :int,
           :v, CRSTU.by_value
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mt-libcouchbase-1.4.03 lib/mt-libcouchbase/ext/mt-libcouchbase/create_st.rb
mt-libcouchbase-1.4.02 lib/mt-libcouchbase/ext/mt-libcouchbase/create_st.rb
mt-libcouchbase-1.4.01 lib/mt-libcouchbase/ext/mt-libcouchbase/create_st.rb
mt-libcouchbase-1.4.0 lib/mt-libcouchbase/ext/mt-libcouchbase/create_st.rb