Sha256: 396a3b526949786f2739b57286a25f0559a78e3aa381708464c97f9f2caf484c
Contents?: true
Size: 531 Bytes
Versions: 32
Compression:
Stored size: 531 Bytes
Contents
module Libcouchbase::Ext # (Not documented) # # ## Fields: # :cookie :: # (FFI::Pointer(*Void)) # :key :: # (FFI::Pointer(*Void)) # :nkey :: # (Integer) # :cas :: # (Integer) # :rc :: # (ErrorT) # :version :: # (Integer) # :rflags :: # (Integer) class RESPBASE < FFI::Struct layout :cookie, :pointer, :key, :pointer, :nkey, :ulong, :cas, :ulong_long, :rc, ErrorT, :version, :ushort, :rflags, :ushort end end
Version data entries
32 entries across 32 versions & 2 rubygems