Sha256: 6f33837016249c84ba444b5e34ceea4062fe8f43240bd4a5ad6fee111718b056
Contents?: true
Size: 712 Bytes
Versions: 32
Compression:
Stored size: 712 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) # :responses :: # (FFI::Pointer(*Void)) # :bufh :: # (FFI::Pointer(*Void)) Use with lcb_backbuf_ref/unref class RESPSUBDOC < FFI::Struct layout :cookie, :pointer, :key, :pointer, :nkey, :ulong, :cas, :ulong_long, :rc, ErrorT, :version, :ushort, :rflags, :ushort, :responses, :pointer, :bufh, :pointer end end
Version data entries
32 entries across 32 versions & 2 rubygems