Sha256: b16d780421e4a8f901a341b0a25aabd8e7ab3753f1edb54ef7af6a64544c984e
Contents?: true
Size: 406 Bytes
Versions: 32
Compression:
Stored size: 406 Bytes
Contents
module Libcouchbase::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
32 entries across 32 versions & 2 rubygems