Sha256: c8764cce8322241d526b5afcaed9cd4f1c40cbc6d1166f96407687496d1ad94d
Contents?: true
Size: 628 Bytes
Versions: 32
Compression:
Stored size: 628 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) # :op :: # (StorageT) The type of operation which was performed class RESPSTORE < FFI::Struct layout :cookie, :pointer, :key, :pointer, :nkey, :ulong, :cas, :ulong_long, :rc, ErrorT, :version, :ushort, :rflags, :ushort, :op, StorageT end end
Version data entries
32 entries across 32 versions & 2 rubygems